From ea1c774615a849f74e34ed885b0d6b003c4a8353 Mon Sep 17 00:00:00 2001 From: Saran Date: Sat, 13 Jul 2019 09:55:28 +0530 Subject: [PATCH] Bump up the app version --- README.md | 2 +- app/build.gradle | 1 + gradle.properties | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9beda3a..17f2bc0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Drag rating is a rating view inspired of Drag Review from Book My Show app. The Include this library by adding below line to the module level `build.gradle` ```Gradle dependencies { - implementation 'com.github.saran2020:DragRating:2.0.1' + implementation 'com.github.saran2020:DragRating:2.1.0' } ``` diff --git a/app/build.gradle b/app/build.gradle index 58e67a2..f4dc938 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,6 +21,7 @@ android { dependencies { implementation project(':dragrating') +// implementation 'com.github.saran2020:DragRating:2.1.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'com.android.support:appcompat-v7:28.0.0' } diff --git a/gradle.properties b/gradle.properties index bf2dcfc..eb5cc17 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,6 +13,6 @@ org.gradle.jvmargs=-Xmx1536m # org.gradle.parallel=true # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -versionName=2.0.1 -versionCode=5 +versionName=2.1.0 +versionCode=6 libraryDescription=A DragRatingView with support for custom assets \ No newline at end of file