From dc30e275dab8f719504c1136b6ca599a0ad4402f Mon Sep 17 00:00:00 2001 From: Justson Date: Sat, 11 Jul 2020 22:38:42 +0800 Subject: [PATCH] chore(gradle): upgradle gradle version --- app/build.gradle | 2 +- build.gradle | 7 +++---- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0548892..3b1754b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,5 +36,5 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' implementation project(path: ':library') -// implementation 'com.github.Justson:dispatch-queue:v1.0.0' +// implementation 'com.github.Justson:dispatch-queue:v1.0.1' } diff --git a/build.gradle b/build.gradle index ab6ea7a..c1a9388 100644 --- a/build.gradle +++ b/build.gradle @@ -3,13 +3,12 @@ buildscript { repositories { + maven { url 'https://jitpack.io' } google() jcenter() - maven { url 'https://jitpack.io' } } dependencies { - classpath 'com.android.tools.build:gradle:3.6.1' - + classpath 'com.android.tools.build:gradle:3.6.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -18,9 +17,9 @@ buildscript { allprojects { repositories { + maven { url 'https://jitpack.io' } google() jcenter() - maven { url 'https://jitpack.io' } } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9c0772d..9a2cc77 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,4 +1,4 @@ -#Thu Jul 09 09:51:20 CST 2020 +#Sat Jul 11 22:33:09 CST 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME