Skip to content

Commit 058b6fa

Browse files
committed
Bump up version name to v1.0.0-alpha03
1 parent 3a4b833 commit 058b6fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
minSdk = BuildConfig.minSdk
1515
targetSdk = BuildConfig.targetSdk
1616

17-
versionCode = 1
18-
versionName = "1.0"
17+
versionCode = 2
18+
versionName = "1.0.0-alpha03"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
vectorDrawables {

0 commit comments

Comments
 (0)