gkd/gradle.properties
lisonge 8cca22d697
Some checks failed
Build-Apk / build (push) Has been cancelled
feat: compileSdk android 15
2024-10-08 14:16:23 +08:00

10 lines
328 B
INI

org.gradle.jvmargs=-Xmx6g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
android.useAndroidX=true
android.enableJetifier=true
android.debug.obsoleteApi=true
kotlin.code.style=official
android_compileSdk=35
android_targetSdk=35
android_buildToolsVersion=35.0.0
android_minSdk=26