build: change apk name
This commit is contained in:
parent
4e517b87cd
commit
5f7d4c0163
@ -19,6 +19,7 @@ android {
|
|||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 2
|
versionCode = 2
|
||||||
versionName = "1.1"
|
versionName = "1.1"
|
||||||
|
setProperty("archivesBaseName", "$applicationId-v$versionCode($versionName)")
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user