File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 33buildscript {
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
1918allprojects {
2019 repositories {
20+ maven { url ' https://jitpack.io' }
2121 google()
2222 jcenter()
23- maven { url ' https://jitpack.io' }
2423 }
2524}
2625
Original file line number Diff line number Diff line change 1- # Thu Jul 09 09:51:20 CST 2020
1+ # Sat Jul 11 22:33:09 CST 2020
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments