Skip to content

Commit 326484a

Browse files
authored
Merge pull request #33 from oxters168/version-name
Changed version name to use semantic versioning
2 parents 387f84c + e43c09b commit 326484a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343
targetSdk = 34
4444

4545
versionCode = 2
46-
versionName = "1.1"
46+
versionName = "1.1.0"
4747

4848
buildConfigField("boolean", "GOLD", "false")
4949
val iconValue = "@mipmap/ic_launcher"

0 commit comments

Comments
 (0)