1
0
Fork 0

versionNameSuffix in apk filename

This commit is contained in:
Gwenhael Le Moine 2024-06-18 09:24:48 +02:00
parent eff4c2e1a3
commit 3c8a35b1c8
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -36,15 +36,15 @@ android {
targetSdk 34
versionCode 27
versionName "2.8"
setProperty("archivesBaseName", "Emu48-v$versionName")
versionNameSuffix '-gwh'
applicationIdSuffix '.gwh'
setProperty("archivesBaseName", "Emu48$versionNameSuffix-v$versionName")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
cppFlags '-std=c++11 -fpermissive -Wno-error=incompatible-pointer-types'
}
}
applicationIdSuffix '.gwh'
versionNameSuffix '-gwh'
}
if (canSign) {