fix: 修改配置

This commit is contained in:
2023-03-22 10:02:36 +08:00
parent 1b94b361ca
commit 9f964fab5b
21 changed files with 36 additions and 1150 deletions

View File

@@ -15,6 +15,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
@@ -25,4 +26,5 @@ systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=1080
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=1080
org.gradle.configureondemand=true
org.gradle.configureondemand=true
android.experimental.legacyTransform.forceNonIncremental=true