Skip to content

Commit 9a03ce1

Browse files
committed
chore(gradle): update gradle file
1 parent af66da5 commit 9a03ce1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +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'
3940
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
repositories {
66
google()
77
jcenter()
8-
8+
maven { url 'https://jitpack.io' }
99
}
1010
dependencies {
1111
classpath 'com.android.tools.build:gradle:3.6.1'
@@ -20,7 +20,7 @@ allprojects {
2020
repositories {
2121
google()
2222
jcenter()
23-
23+
maven { url 'https://jitpack.io' }
2424
}
2525
}
2626

0 commit comments

Comments
 (0)