Skip to content

Commit 4a83d8b

Browse files
committed
uopdate demo
1 parent e985271 commit 4a83d8b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

example/android/gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
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
1818
org.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
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Jun 23 08:50:38 CEST 2017
1+
#Wed Oct 10 15:58:24 CST 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)