This is an automated email from the ASF dual-hosted git repository. cnryb pushed a commit to branch android-updateGradle in repository https://gitbox.apache.org/repos/asf/incubator-weex-playground.git
commit 26b268a1ff4f4ae69c2b862957698695bd875101 Author: 任跃兵 <[email protected]> AuthorDate: Sat Dec 21 23:22:04 2019 +0800 update gradle version --- android/build.gradle | 2 +- android/gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 1e5b68b..0607938 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -10,7 +10,7 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:3.3.2' + classpath 'com.android.tools.build:gradle:3.5.3' } } subprojects { diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 69927bd..2d4044f 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Tue Jun 18 20:43:32 CST 2019 +#Sat Dec 21 22:48:15 CST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
