mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Modernize the gradle setup a little more.
This commit is contained in:
@@ -4,7 +4,6 @@ import java.io.ByteArrayOutputStream
|
||||
|
||||
plugins {
|
||||
id("com.android.application")
|
||||
id("org.jetbrains.kotlin.android")
|
||||
id("com.google.protobuf")
|
||||
}
|
||||
|
||||
@@ -149,6 +148,8 @@ android {
|
||||
isMinifyEnabled = false
|
||||
if (project.hasProperty("RELEASE_STORE_FILE")) {
|
||||
signingConfig = signingConfigs.getByName("release")
|
||||
} else {
|
||||
println("WARNING: RELEASE_STORE_FILE is missing. Release builds will be unusable.")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-2
@@ -1,5 +1,4 @@
|
||||
plugins {
|
||||
id("com.android.application") version "9.0.0" apply false
|
||||
id("org.jetbrains.kotlin.android") version "2.2.21" apply false
|
||||
id("com.google.protobuf") version "0.9.5" apply false
|
||||
id("com.google.protobuf") version "0.9.6" apply false
|
||||
}
|
||||
|
||||
@@ -12,5 +12,4 @@ android.uniquePackageNames=false
|
||||
android.dependency.useConstraints=true
|
||||
android.r8.strictFullModeForKeepRules=false
|
||||
android.r8.optimizedResourceShrinking=false
|
||||
android.builtInKotlin=false
|
||||
android.newDsl=false
|
||||
|
||||
Reference in New Issue
Block a user