mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 11:47:58 -05:00
android: Use proguard file in relWithDebInfo
This commit is contained in:
@ -104,6 +104,10 @@ android {
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
isMinifyEnabled = true
|
||||
isDebuggable = true
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android.txt"),
|
||||
"proguard-rules.pro"
|
||||
)
|
||||
versionNameSuffix = "-debug"
|
||||
enableAndroidTestCoverage = false
|
||||
isJniDebuggable = true
|
||||
|
Reference in New Issue
Block a user