mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-15 13:14:22 +02:00
fix archives base name for every build types
This commit is contained in:
@@ -10,7 +10,6 @@ android {
|
|||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 51
|
versionCode 51
|
||||||
versionName "2.3.2"
|
versionName "2.3.2"
|
||||||
archivesBaseName = "openScale-$versionName"
|
|
||||||
|
|
||||||
manifestPlaceholders = [
|
manifestPlaceholders = [
|
||||||
appIcon: "@drawable/ic_launcher_openscale",
|
appIcon: "@drawable/ic_launcher_openscale",
|
||||||
@@ -92,11 +91,13 @@ android {
|
|||||||
archivesBaseName = "openScale"
|
archivesBaseName = "openScale"
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
|
archivesBaseName = "openScale-"+defaultConfig.versionName
|
||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||||
signingConfig signingConfigs.release
|
signingConfig signingConfigs.release
|
||||||
}
|
}
|
||||||
light {
|
light {
|
||||||
|
archivesBaseName = "openScale-"+defaultConfig.versionName
|
||||||
manifestPlaceholders = [
|
manifestPlaceholders = [
|
||||||
appIcon: "@drawable/ic_launcher_openscale_light",
|
appIcon: "@drawable/ic_launcher_openscale_light",
|
||||||
appIconRound: "@mipmap/ic_launcher_openscale_light_round"
|
appIconRound: "@mipmap/ic_launcher_openscale_light_round"
|
||||||
@@ -108,6 +109,7 @@ android {
|
|||||||
signingConfig signingConfigs.light
|
signingConfig signingConfigs.light
|
||||||
}
|
}
|
||||||
pro {
|
pro {
|
||||||
|
archivesBaseName = "openScale-"+defaultConfig.versionName
|
||||||
manifestPlaceholders = [
|
manifestPlaceholders = [
|
||||||
appIcon: "@drawable/ic_launcher_openscale_pro",
|
appIcon: "@drawable/ic_launcher_openscale_pro",
|
||||||
appIconRound: "@mipmap/ic_launcher_openscale_pro_round"
|
appIconRound: "@mipmap/ic_launcher_openscale_pro_round"
|
||||||
|
Reference in New Issue
Block a user