We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a883f commit c0b0875Copy full SHA for c0b0875
1 file changed
zrxkit/build.gradle
@@ -6,13 +6,13 @@ apply plugin: "org.jmailen.kotlinter"
6
7
android {
8
compileSdkVersion 29
9
- buildToolsVersion "29.0.0"
+ buildToolsVersion "29.0.2"
10
11
defaultConfig {
12
minSdkVersion 23
13
targetSdkVersion 29
14
- versionCode 1
15
- versionName "0.0.1"
+ versionCode 2
+ versionName "0.1.1"
16
17
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
18
}
0 commit comments