We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67732b5 commit 8b00c36Copy full SHA for 8b00c36
build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
jcenter()
7
}
8
dependencies {
9
- classpath 'com.android.tools.build:gradle:3.1.3'
+ classpath 'com.android.tools.build:gradle:3.1.4'
10
// NOTE: Do not place your application dependencies here; they belong
11
// in the individual module build.gradle files
12
@@ -30,6 +30,6 @@ subprojects {
30
ext.targetSdkVer = 27
31
ext.supportLibVer = "27.1.1"
32
33
- ext.appVersionName = "0.4.2"
34
- ext.appVersionCode = 16
+ ext.appVersionName = "0.4.3"
+ ext.appVersionCode = 17
35
0 commit comments