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 0739006 commit 72514b6Copy full SHA for 72514b6
README.md
@@ -37,7 +37,7 @@ Add the following dependencies to your app or library's `build.gradle`:
37
38
```groovy
39
dependencies {
40
- implementation "com.github.bq:android-app-updates-helper:1.0.2"
+ implementation "com.github.bq:android-app-updates-helper:1.1.0"
41
}
42
```
43
</details>
@@ -47,7 +47,7 @@ dependencies {
47
48
```kotlin
49
50
- implementation("com.github.bq:android-app-updates-helper:1.0.2")
+ implementation("com.github.bq:android-app-updates-helper:1.1.0")
51
52
53
0 commit comments