Skip to content

Commit 8b00c36

Browse files
committed
Push release 0.4.3 #PLAY_BETA
1 parent 67732b5 commit 8b00c36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
jcenter()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.1.3'
9+
classpath 'com.android.tools.build:gradle:3.1.4'
1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
1212
}
@@ -30,6 +30,6 @@ subprojects {
3030
ext.targetSdkVer = 27
3131
ext.supportLibVer = "27.1.1"
3232

33-
ext.appVersionName = "0.4.2"
34-
ext.appVersionCode = 16
33+
ext.appVersionName = "0.4.3"
34+
ext.appVersionCode = 17
3535
}

0 commit comments

Comments
 (0)