Skip to content

Commit 8a6d30e

Browse files
author
TutorialsAndroid
committed
UPDATED DEPENDENCIES
1 parent 1e231b2 commit 8a6d30e

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
@@ -1,4 +1,4 @@
1-
## AppXUpdater [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-AppXUpdater-blue.svg?style=flat-square)](https://android-arsenal.com/details/1/8063) [![API](https://img.shields.io/badge/API-21%2B-yellow.svg?style=flat-square)](https://android-arsenal.com/api?level=21)
1+
## AppXUpdater [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-AppXUpdater-blue.svg?style=flat-square)](https://android-arsenal.com/details/1/8063) [![API](https://img.shields.io/badge/API-15%2B-yellow.svg?style=flat-square)](https://android-arsenal.com/api?level=15)
22

33
<p align="center">Android Library that checks for updates on Google Play, GitHub, Amazon, F-Droid or your own server. This library notifies your apps' updates by showing a Material dialog, Snackbar or notification.
44

@@ -23,7 +23,7 @@ repositories {
2323
And add the library to your module **build.gradle**:
2424
```Gradle
2525
dependencies {
26-
   implementation 'com.github.TutorialsAndroid:AppXUpdater:v1.0.20'
26+
   implementation 'com.github.TutorialsAndroid:AppXUpdater:v2.0.20'
2727
}
2828
```
2929

0 commit comments

Comments
 (0)