Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fan123199 committed Jan 28, 2018
1 parent a48e730 commit 98bbfc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-25-alpha
- image: circleci/android:api-27-alpha
environment:
JVM_OPTS: -Xmx3200m
steps:
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#Thu Aug 10 09:10:35 CST 2017
systemProp.https.nonProxyHosts=dl.google.com
systemProp.http.proxyHost=127.0.0.1
systemProp.https.proxyPort=1080
systemProp.http.nonProxyHosts=dl.google.com
#systemProp.https.nonProxyHosts=dl.google.com
#systemProp.http.proxyHost=127.0.0.1
#systemProp.https.proxyPort=1080
#systemProp.http.nonProxyHosts=dl.google.com
org.gradle.jvmargs=-Xmx4096m -XX\:MaxPermSize\=512m
systemProp.https.proxyHost=127.0.0.1
systemProp.http.proxyPort=1080
#systemProp.https.proxyHost=127.0.0.1
#systemProp.http.proxyPort=1080

0 comments on commit 98bbfc0

Please sign in to comment.