Skip to content

Commit 018c441

Browse files
author
Adrián García
authored
Update README.md
1 parent ba5ee3e commit 018c441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Add the following dependencies to your app's `build.gradle`:
2020
* For Gradle < 4.0
2121
```groovy
2222
dependencies {
23-
compile "com.github.bq:android-app-updates-helper:1.0.0"
23+
compile "com.github.bq:android-app-updates-helper:1.0.1"
2424
}
2525
```
2626
2727
* For Gradle 4.0+
2828
```groovy
2929
dependencies {
30-
implementation "com.github.bq:android-app-updates-helper:1.0.0"
30+
implementation "com.github.bq:android-app-updates-helper:1.0.1"
3131
}
3232
```
3333

0 commit comments

Comments
 (0)