Skip to content

app updater

milan jurkulák edited this page May 2, 2024 · 1 revision

//tvlib/org.mjdev.tvlib.updater/AppUpdater/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))

Clone this wiki locally