Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TutorialsAndroid committed Jun 4, 2019
1 parent 63342d2 commit 87bee80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 15
targetSdkVersion 28
versionCode 4
versionName "1.0.19" //renamed library version properly
versionName "1.0.19" //renamed library version properly.
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 15
targetSdkVersion 28
versionCode 4
versionName "1.0.19" //renamed library version properly
versionName "1.0.19" //renamed library version properly.
}
buildTypes {
debug {
Expand Down

0 comments on commit 87bee80

Please sign in to comment.