This commit is contained in:
2023-05-08 13:29:24 +08:00
parent e67287e7d3
commit e9488df780
123 changed files with 138 additions and 10 deletions

View File

@@ -18,3 +18,8 @@ org.gradle.parallel=true
org.gradle.configureondemand=true
android.useAndroidX=true
android.enableJetifier=true
systemProp.http.proxyHost=127.0.0.1
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=7890
systemProp.http.proxyPort=7890