This commit is contained in:
arm64v8a 2023-07-10 21:04:27 +09:00
parent fcfb6571cb
commit a30c78c84c
2 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@ object Plugins {
}
fun getPlugin(pluginId: String): ProviderInfo? {
if (pluginId.isBlank()) return null
getPluginExternal(pluginId)?.let { return it }
// internal so
return ProviderInfo().apply { authority = AUTHORITIES_PREFIX_NEKO_EXE }

View File

@ -1,3 +1,3 @@
PACKAGE_NAME=moe.nb4a
VERSION_NAME=1.1.6
VERSION_CODE=21
VERSION_CODE=22