-
Notifications
You must be signed in to change notification settings - Fork 0
app updater
milan jurkulák edited this page May 2, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.updater/AppUpdater/AppUpdater
[androidJvm]
constructor(context: Context, githubUser: String = "mimoccc", githubRepository: String = "tvapp", repoName: String = AppUpdater::class.simpleName ?: "AppUpdater", keyName: String = repoName, coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.IO))