From aa6bb4cf2c15f2cc1d63760efa8ea979d9e15137 Mon Sep 17 00:00:00 2001 From: laptop Date: Sun, 12 Jan 2020 10:52:11 +0330 Subject: [PATCH] change lib version --- README.md | 2 +- apprating/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3be6116..af08c19 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Step 1. Add it in your root build.gradle at the end of repositories: Step 2. Add it as a dependency in your app's build.gradle file ```groovy dependencies { - implementation 'com.github.hosseiniSeyRo:android-app-rating:1.1.0' + implementation 'com.github.hosseiniSeyRo:android-app-rating:1.1.1' } ``` diff --git a/apprating/build.gradle b/apprating/build.gradle index 3a2d5b9..fc2cccf 100644 --- a/apprating/build.gradle +++ b/apprating/build.gradle @@ -9,8 +9,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 29 - versionCode 2 - versionName "1.1.0" + versionCode 3 + versionName "1.1.1" vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"