|
|
@ -103,7 +103,7 @@ android { |
|
|
signingConfigs.getByName("default") |
|
|
signingConfigs.getByName("default") |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
resValue("string", "app_name_suffixed", "yuzu") |
|
|
|
|
|
|
|
|
resValue("string", "app_name_suffixed", "eden") |
|
|
isMinifyEnabled = true |
|
|
isMinifyEnabled = true |
|
|
isDebuggable = false |
|
|
isDebuggable = false |
|
|
proguardFiles( |
|
|
proguardFiles( |
|
|
@ -116,7 +116,7 @@ android { |
|
|
// Attaches 'debug' suffix to version and package name, allowing installation alongside the release build. |
|
|
// Attaches 'debug' suffix to version and package name, allowing installation alongside the release build. |
|
|
register("relWithDebInfo") { |
|
|
register("relWithDebInfo") { |
|
|
isDefault = true |
|
|
isDefault = true |
|
|
resValue("string", "app_name_suffixed", "yuzu Debug Release") |
|
|
|
|
|
|
|
|
resValue("string", "app_name_suffixed", "eden Debug Release") |
|
|
signingConfig = signingConfigs.getByName("default") |
|
|
signingConfig = signingConfigs.getByName("default") |
|
|
isMinifyEnabled = true |
|
|
isMinifyEnabled = true |
|
|
isDebuggable = true |
|
|
isDebuggable = true |
|
|
@ -133,7 +133,7 @@ android { |
|
|
// Attaches 'debug' suffix to version and package name, allowing installation alongside the release build. |
|
|
// Attaches 'debug' suffix to version and package name, allowing installation alongside the release build. |
|
|
debug { |
|
|
debug { |
|
|
signingConfig = signingConfigs.getByName("default") |
|
|
signingConfig = signingConfigs.getByName("default") |
|
|
resValue("string", "app_name_suffixed", "yuzu Debug") |
|
|
|
|
|
|
|
|
resValue("string", "app_name_suffixed", "eden Debug") |
|
|
isDebuggable = true |
|
|
isDebuggable = true |
|
|
isJniDebuggable = true |
|
|
isJniDebuggable = true |
|
|
versionNameSuffix = "-debug" |
|
|
versionNameSuffix = "-debug" |
|
|
|