Skip to content

Commit 941a554

Browse files
committed
chore(readme): publish 1.0.3
1 parent b6e35b8 commit 941a554

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
```gradle
18-
implementation 'com.github.Justson:dispatch-queue:v1.0.0'
18+
implementation 'com.github.Justson:dispatch-queue:v1.0.3'
1919
```
2020

2121

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ dependencies {
3535
testImplementation 'junit:junit:4.12'
3636
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
3737
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
38-
implementation project(path: ':library')
39-
// implementation 'com.github.Justson:dispatch-queue:v1.0.1'
38+
// implementation project(path: ':library')
39+
implementation 'com.github.Justson:dispatch-queue:v1.0.3'
4040
}

0 commit comments

Comments
 (0)