This commit is contained in:
z583819556
2024-03-04 15:10:37 +08:00
parent c9860b5aa2
commit 0d65df5271
46 changed files with 1237 additions and 3 deletions

View File

@@ -18,4 +18,9 @@ android.useAndroidX=true
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonTransitiveRClass=true
systemProp.http.proxyHost=127.0.0.1
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=7980
systemProp.http.proxyPort=7890