together_mobile/android/gradle.properties

8 lines
218 B
Properties
Raw Normal View History

2023-06-21 17:44:28 +08:00
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
2024-03-16 12:15:13 +08:00
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=2340
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=2340