This commit is contained in:
Horis
2024-07-25 21:17:40 +08:00
parent fbfd3b6f8c
commit a1c2d86c5c
@@ -7,7 +7,7 @@ object AppUpdate {
val gitHubUpdate by lazy {
kotlin.runCatching {
Class.forName("io.legado.app.help.AppUpdateGitHub")
Class.forName("io.legado.app.help.update.AppUpdateGitHub")
.kotlin.objectInstance as AppUpdateInterface
}.getOrNull()
}