init global config view and app list view

This commit is contained in:
jiqiu2021
2025-06-25 17:41:00 +08:00
parent 4fe44ae346
commit 499a26feec
15 changed files with 830 additions and 9 deletions

View File

@@ -17,3 +17,9 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# Fix TLS handshake issues
systemProp.https.protocols=TLSv1.2,TLSv1.3
systemProp.http.proxyHost=
systemProp.http.proxyPort=
systemProp.https.proxyHost=
systemProp.https.proxyPort=