Skip to content

Commit 72514b6

Browse files
author
Adrián García
authored
Update README.md
1 parent 0739006 commit 72514b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Add the following dependencies to your app or library's `build.gradle`:
3737

3838
```groovy
3939
dependencies {
40-
implementation "com.github.bq:android-app-updates-helper:1.0.2"
40+
implementation "com.github.bq:android-app-updates-helper:1.1.0"
4141
}
4242
```
4343
</details>
@@ -47,7 +47,7 @@ dependencies {
4747

4848
```kotlin
4949
dependencies {
50-
implementation("com.github.bq:android-app-updates-helper:1.0.2")
50+
implementation("com.github.bq:android-app-updates-helper:1.1.0")
5151
}
5252
```
5353
</details>

0 commit comments

Comments
 (0)