File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Add this to your module's `build.gradle` file (make sure the version matches the
23
23
24
24
``` gradle
25
25
dependencies {
26
- implementation 'com.github.vedraj360:DesignerToast:0.1.1 '
26
+ implementation 'com.github.vedraj360:DesignerToast:0.1.2 '
27
27
}
28
28
```
29
29
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ dependencies {
31
31
testImplementation ' junit:junit:4.12'
32
32
androidTestImplementation ' androidx.test.ext:junit:1.1.1'
33
33
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
34
- implementation project(path : ' :designertoast' )
35
- // implementation 'com.github.vedraj360:DesignerToast:0.1.1 '
34
+ // implementation project(path: ':designertoast')
35
+ implementation ' com.github.vedraj360:DesignerToast:0.1.2 '
36
36
}
You can’t perform that action at this time.
0 commit comments