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 426f3ca commit da88119Copy full SHA for da88119
README.md
@@ -37,7 +37,7 @@ Create a configuration file for your app updates:
37
```json
38
{
39
"apkFileName": "new_release.apk",
40
- "appName": "CTN-IPTV",
+ "appName": "My App",
41
"downloadUrl": "https://example/new_release.apk",
42
"immediateUpdate": false,
43
"releaseNotes": "- Exciting Update\n - Bug Fixes",
@@ -51,7 +51,7 @@ Create a configuration file for your app updates:
51
### 1st Way: Simple Implementation using Jetpack Compose
52
53
```kotlin
54
-val configUrl = "https://cloud-multiapp-default-rtdb.firebaseio.com/ctn-iptv.json"
+val configUrl = "https://example/micoder.json"
55
DirectAppUpdate(activity = this@MainActivity, configUrl = configUrl, appIcon = R.mipmap.ic_launcher)
56
```
57
0 commit comments