There was an error while loading. Please reload this page.
1 parent b6e35b8 commit 941a554Copy full SHA for 941a554
README.md
@@ -15,7 +15,7 @@
15
16
17
```gradle
18
-implementation 'com.github.Justson:dispatch-queue:v1.0.0'
+implementation 'com.github.Justson:dispatch-queue:v1.0.3'
19
```
20
21
app/build.gradle
@@ -35,6 +35,6 @@ dependencies {
35
testImplementation 'junit:junit:4.12'
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.1'
+// implementation project(path: ':library')
+ implementation 'com.github.Justson:dispatch-queue:v1.0.3'
40
}
0 commit comments