Skip to content

Commit fb9b860

Browse files
committed
readme & gradle updated
1 parent b40d7cf commit fb9b860

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
@@ -23,7 +23,7 @@ Add this to your module's `build.gradle` file (make sure the version matches the
2323

2424
```gradle
2525
dependencies {
26-
implementation 'com.github.vedraj360:DesignerToast:0.1.1'
26+
implementation 'com.github.vedraj360:DesignerToast:0.1.2'
2727
}
2828
```
2929

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ dependencies {
3131
testImplementation 'junit:junit:4.12'
3232
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
3333
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'
3636
}

0 commit comments

Comments
 (0)