Skip to content

Commit b0f770f

Browse files
Bump version to 3.1.3
Signed-off-by: Michael Obi <[email protected]>
1 parent 16b757d commit b0f770f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
ext.kotlin_version = '1.3.72'
55
repositories {
6-
jcenter()
6+
mavenCentral()
77
google()
88
}
99
dependencies {
@@ -17,7 +17,6 @@ buildscript {
1717

1818
allprojects {
1919
repositories {
20-
jcenter()
2120
google()
2221
mavenCentral()
2322
}
@@ -27,8 +26,8 @@ ext {
2726
compileSdkVersion = 29
2827
minSdkVersion = 16
2928
targetSdkVersion = 29
30-
versionCode = 18
29+
versionCode = 19
3130

3231
buildToolsVersion = "29.0.2"
33-
versionName = "3.1.2"
32+
versionName = "3.1.3"
3433
}

0 commit comments

Comments
 (0)