We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af66da5 commit 9a03ce1Copy full SHA for 9a03ce1
app/build.gradle
@@ -36,4 +36,5 @@ dependencies {
36
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
37
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
38
implementation project(path: ':library')
39
+// implementation 'com.github.Justson:dispatch-queue:v1.0.0'
40
}
build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
repositories {
6
google()
7
jcenter()
8
-
+ maven { url 'https://jitpack.io' }
9
10
dependencies {
11
classpath 'com.android.tools.build:gradle:3.6.1'
@@ -20,7 +20,7 @@ allprojects {
20
21
22
23
24
25
26
0 commit comments