Skip to content

Commit 1beb601

Browse files
committed
Commit after getting new System.
1 parent 37bef51 commit 1beb601

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed
0 Bytes
Binary file not shown.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle.properties

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@ org.gradle.jvmargs=-Xmx1536m
1010
# When configured, Gradle will run in incubating parallel mode.
1111
# This option should only be used with decoupled projects. More details, visit
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13-
# org.gradle.parallel=true
13+
org.gradle.parallel=true
14+
org.gradle.configureondeman=true
15+
org.gradle.daemon=true
16+
android.enableD8=true
17+
systemProp.http.proxyHost=192.168.2.18
18+
systemProp.http.proxyPort=8080
19+
systemProp.https.proxyHost=192.168.2.18
20+
systemProp.https.proxyPort=8080

0 commit comments

Comments
 (0)