Skip to content

Commit 808537a

Browse files
committed
1. Update version of library.
1 parent 44cdbd8 commit 808537a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ group = 'com.github.amitjangid80'
55

66
android {
77
compileSdkVersion 28
8+
buildToolsVersion "28.0.3"
9+
810
defaultConfig {
911
minSdkVersion 19
1012
targetSdkVersion 28
11-
versionCode 25 // this indicates the number of releases of library
12-
versionName "1.2.18" // this indicates the current version of library
13+
versionCode 26 // this indicates the number of releases of library
14+
versionName "1.2.19" // this indicates the current version of library
1315
}
1416
buildTypes {
1517
release {

0 commit comments

Comments
 (0)