Skip to content

Commit

Permalink
uopdate demo
Browse files Browse the repository at this point in the history
  • Loading branch information
huangminlinux committed Nov 13, 2018
1 parent e985271 commit 4a83d8b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ android {
signingConfig signingConfigs.debug
}
}
buildToolsVersion '27.0.3'
buildToolsVersion '28.0.2'

packagingOptions {
exclude 'lib/arm64-v8a/libgojni.so'
Expand Down
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.android.tools.build:gradle:3.2.0'
}
}

Expand Down
8 changes: 4 additions & 4 deletions example/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#Wed Sep 19 16:44:40 CST 2018
systemProp.http.proxyHost=127.0.0.1
systemProp.https.proxyPort=1086
#systemProp.http.proxyHost=127.0.0.1
#systemProp.https.proxyPort=1086
org.gradle.jvmargs=-Xmx1536M
systemProp.https.proxyHost=127.0.0.1
systemProp.http.proxyPort=1086
#systemProp.https.proxyHost=127.0.0.1
#systemProp.http.proxyPort=1086
4 changes: 2 additions & 2 deletions example/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Jun 23 08:50:38 CEST 2017
#Wed Oct 10 15:58:24 CST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 comments on commit 4a83d8b

Please sign in to comment.