Skip to content

Commit 5964b61

Browse files
committed
Preview Beta Version
1 parent 37cf878 commit 5964b61

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
@@ -17,7 +17,7 @@ android {
1717
targetSdk = 34
1818
versionCode = 100
1919
versionName = "1.0.0"
20-
project.archivesName = "${rootProject.name}-${versionName}(${versionCode})"
20+
project.archivesName = "${rootProject.name}-${versionName}"
2121
}
2222

2323
buildTypes {

0 commit comments

Comments
 (0)