Skip to content

Commit

Permalink
change lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseiniSeyRo committed Jan 12, 2020
1 parent f084942 commit aa6bb4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions apprating/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aa6bb4c

Please sign in to comment.