makcar/gradle.properties

16 lines
452 B
Properties
Raw Permalink Normal View History

2026-01-30 11:47:32 +08:00
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
android.useAndroidX=true
android.nonTransitiveRClass=true
2026-04-08 13:39:51 +08:00
KOTLIN_VERSION = 2.1.0
2026-01-30 11:47:32 +08:00
android.enableJetifier=true
android.enableBuildCache=false
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
android.useDeprecatedNdk=true
#buildconfig
ANDROID_MIN_SDK_VERSION=23 //DJI MSDK ?????
ANDROID_TARGET_SDK_VERSION=29 //DJI MSDK ?????
ANDROID_COMPILE_SDK_VERSION=29 //DJI MSDK ?????