Skip to content

Commit 279a984

Browse files
committed
change build version code and name
1 parent 8106c1c commit 279a984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Helpers.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ fun Project.setupCore() {
5959
setupCommon()
6060
android.apply {
6161
defaultConfig {
62-
versionCode = 1
63-
versionName = "1.0"
62+
versionCode = 2
63+
versionName = "1.0.1"
6464
}
6565
compileOptions.isCoreLibraryDesugaringEnabled = true
6666
lint.apply {

0 commit comments

Comments
 (0)