1
0

build: change apk name

This commit is contained in:
2025-05-23 11:59:26 +03:00
parent 4e517b87cd
commit 5f7d4c0163
+1
View File
@@ -19,6 +19,7 @@ android {
targetSdk = 35
versionCode = 2
versionName = "1.1"
setProperty("archivesBaseName", "$applicationId-v$versionCode($versionName)")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}