Skip to content

Commit c0b0875

Browse files
committed
Update kit version name to 0.1.1 and code to 2
1 parent f0a883f commit c0b0875

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

zrxkit/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ apply plugin: "org.jmailen.kotlinter"
66

77
android {
88
compileSdkVersion 29
9-
buildToolsVersion "29.0.0"
9+
buildToolsVersion "29.0.2"
1010

1111
defaultConfig {
1212
minSdkVersion 23
1313
targetSdkVersion 29
14-
versionCode 1
15-
versionName "0.0.1"
14+
versionCode 2
15+
versionName "0.1.1"
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
}

0 commit comments

Comments
 (0)