Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 3877994

Browse files
committed
Updated readme
1 parent 467f3af commit 3877994

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

readme.MD

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,22 @@ Two basic implementation are provided in separate modules - Firebase Remote Conf
5454
### Firebase Remote Config
5555
Class `FirebaseVersionFetcher` takes optional argument for cache expiration of fetched data from Firebase Remote Config. Default names of attributes are `minimal_version_android` and `current_version_android` but you can modify that with constructor attributes.
5656
```groovy
57-
compile "cz.ackee.versionfetcher:firebase-fetcher:x.x.x"
57+
compile "cz.ackee.updatechecker:firebase-fetcher:x.x.x"
5858
```
5959

6060

6161
### Rest Api
6262
Class `RestVersionFetcher` accepts as argument base url of server. On url GET ${baseUrl}/app-version is expected response with attributes `minimal_version_android` and `current_version_android` (names can be also modified)
6363
```groovy
64-
compile "cz.ackee.versionfetcher:rest-fetcher:x.x.x"
64+
compile "cz.ackee.updatechecker:rest-fetcher:x.x.x"
6565
```
6666
## Dependencies
6767
For current version check `gradle.properties` file
6868
```groovy
69-
compile "cz.ackee.versionfetcher:status-resolver:x.x.x"
69+
compile "cz.ackee.updatechecker:status-resolver:x.x.x"
7070
```
71+
72+
73+
### Sample
74+
75+
In the `app` module is sample that demonstrates basic usage of library with mocked fetcher.

0 commit comments

Comments
 (0)