Skip to content

Commit c81d4d1

Browse files
committed
Matching version name to release version
1 parent 37942d2 commit c81d4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
minSdk = 24
1313
targetSdk = 34
1414
versionCode = 1
15-
versionName = "1.0"
15+
versionName = "0.2"
1616

1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1818
vectorDrawables {

0 commit comments

Comments
 (0)