Skip to content

Commit 018c647

Browse files
authored
Merge pull request #14 from DennisBauer/development
Adjust versionName
2 parents c987369 + 752b3bc commit 018c647

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
@@ -16,7 +16,7 @@ android {
1616
minSdk = 24
1717
targetSdk = 34
1818
versionCode = 1
19-
versionName = "0.1"
19+
versionName = "0.1.0"
2020

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

0 commit comments

Comments
 (0)