mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 09:35:09 +02:00
3dfb34646f
This lets use set newDsl=true in gradle.properties, which makes us complaint with future gradle versions, so no more need to worry about that for the foreseeable future.
8 lines
230 B
Properties
8 lines
230 B
Properties
org.gradle.jvmargs=-Xmx6G
|
|
android.useAndroidX=true
|
|
android.nonTransitiveRClass=true
|
|
android.nonFinalResIds=true
|
|
# This suppression is only needed for the legacy build.
|
|
android.ndk.suppressMinSdkVersionError=21
|
|
android.newDsl=true
|