This commit is contained in:
tursom 2021-07-14 00:16:05 +08:00
parent bb3994ea44
commit d48e9645a5
2 changed files with 2 additions and 5 deletions

3
.gitignore vendored
View File

@ -5,4 +5,5 @@
#gradlew.bat
build
*/build/
#gradle.properties
#gradle.properties
local.properties

View File

@ -19,7 +19,3 @@ android.useAndroidX=true
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=2080
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=2080