File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ android {
6363 signingConfig signingConfigs. debug
6464 }
6565 }
66- buildToolsVersion ' 27 .0.3 '
66+ buildToolsVersion ' 28 .0.2 '
6767
6868 packagingOptions {
6969 exclude ' lib/arm64-v8a/libgojni.so'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66
77 dependencies {
8- classpath ' com.android.tools.build:gradle:3.1.2 '
8+ classpath ' com.android.tools.build:gradle:3.2.0 '
99 }
1010}
1111
Original file line number Diff line number Diff line change 1313# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1414# org.gradle.parallel=true
1515# Wed Sep 19 16:44:40 CST 2018
16- systemProp.http.proxyHost =127.0.0.1
17- systemProp.https.proxyPort =1086
16+ # systemProp.http.proxyHost=127.0.0.1
17+ # systemProp.https.proxyPort=1086
1818org.gradle.jvmargs =-Xmx1536M
19- systemProp.https.proxyHost =127.0.0.1
20- systemProp.http.proxyPort =1086
19+ # systemProp.https.proxyHost=127.0.0.1
20+ # systemProp.http.proxyPort=1086
Original file line number Diff line number Diff line change 1- # Fri Jun 23 08:50:38 CEST 2017
1+ # Wed Oct 10 15:58:24 CST 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
You can’t perform that action at this time.
0 commit comments