mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Merge pull request #20987 from sum2012/android-setting
Fix gradle in Android studio 2025.2.1
This commit is contained in:
@@ -86,7 +86,9 @@ android {
|
||||
}
|
||||
getByName("release") {
|
||||
isMinifyEnabled = false
|
||||
signingConfig = signingConfigs.getByName("release")
|
||||
if (project.hasProperty("RELEASE_STORE_FILE")) {
|
||||
signingConfig = signingConfigs.getByName("release")
|
||||
}
|
||||
}
|
||||
}
|
||||
externalNativeBuild {
|
||||
|
||||
Reference in New Issue
Block a user