Unciv/gradle.properties
yairm210 58a45a5a4d Added caching to the gradle properties
Also added android:exported tags so that android:processDebugMainManifest doesn't fail the gradle check.
I think this is only failing locally because I bumped the compileSdkVersion to 31, but that means it'll need to go in soon anyway.
2021-08-20 14:30:45 +03:00

4 lines
101 B
INI

android.useAndroidX=true
android.enableJetifier=true
org.gradle.parallel=true
org.gradle.caching=true