Skip to content

Commit

Permalink
Bump up the app version
Browse files Browse the repository at this point in the history
  • Loading branch information
saran2020 committed Jul 13, 2019
1 parent 82dc138 commit ea1c774
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ea1c774

Please sign in to comment.