Skip to content

Commit dc30e27

Browse files
committed
chore(gradle): upgradle gradle version
1 parent 9a03ce1 commit dc30e27

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ dependencies {
3636
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
3737
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3838
implementation project(path: ':library')
39-
// implementation 'com.github.Justson:dispatch-queue:v1.0.0'
39+
// implementation 'com.github.Justson:dispatch-queue:v1.0.1'
4040
}

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
buildscript {
44

55
repositories {
6+
maven { url 'https://jitpack.io' }
67
google()
78
jcenter()
8-
maven { url 'https://jitpack.io' }
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.6.1'
12-
11+
classpath 'com.android.tools.build:gradle:3.6.3'
1312

1413
// NOTE: Do not place your application dependencies here; they belong
1514
// in the individual module build.gradle files
@@ -18,9 +17,9 @@ buildscript {
1817

1918
allprojects {
2019
repositories {
20+
maven { url 'https://jitpack.io' }
2121
google()
2222
jcenter()
23-
maven { url 'https://jitpack.io' }
2423
}
2524
}
2625

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Thu Jul 09 09:51:20 CST 2020
1+
#Sat Jul 11 22:33:09 CST 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)