Skip to content

Commit 51e61cd

Browse files
author
Adrián García
authored
Update README.md
1 parent fa67bd6 commit 51e61cd

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.1"
23+
compile "com.github.bq:android-app-updates-helper:1.0.2"
2424
}
2525
```
2626
2727
* For Gradle 4.0+
2828
```groovy
2929
dependencies {
30-
implementation "com.github.bq:android-app-updates-helper:1.0.1"
30+
implementation "com.github.bq:android-app-updates-helper:1.0.2"
3131
}
3232
```
3333

0 commit comments

Comments
 (0)