We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5ee3e commit 018c441Copy full SHA for 018c441
README.md
@@ -20,14 +20,14 @@ Add the following dependencies to your app's `build.gradle`:
20
* For Gradle < 4.0
21
```groovy
22
dependencies {
23
- compile "com.github.bq:android-app-updates-helper:1.0.0"
+ compile "com.github.bq:android-app-updates-helper:1.0.1"
24
}
25
```
26
27
* For Gradle 4.0+
28
29
30
- implementation "com.github.bq:android-app-updates-helper:1.0.0"
+ implementation "com.github.bq:android-app-updates-helper:1.0.1"
31
32
33
0 commit comments