This commit is contained in:
Horis
2024-07-25 21:17:40 +08:00
parent e5b407b54d
commit 675d00fcdf

View File

@@ -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()
}