Skip to content

Commit 89a3b04

Browse files
committed
1. Updated version and version code of library.
1 parent 0ade788 commit 89a3b04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
defaultConfig {
1111
minSdkVersion 19
1212
targetSdkVersion 28
13-
versionCode 29 // this indicates the number of releases of library
14-
versionName "1.3.1" // this indicates the current version of library
13+
versionCode 30 // this indicates the number of releases of library
14+
versionName "1.3.2" // this indicates the current version of library
1515
}
1616

1717
buildTypes {

0 commit comments

Comments
 (0)