mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-18 22:20:06 +08:00
fix
This commit is contained in:
parent
fcfb6571cb
commit
a30c78c84c
@ -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 }
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
PACKAGE_NAME=moe.nb4a
|
||||
VERSION_NAME=1.1.6
|
||||
VERSION_CODE=21
|
||||
VERSION_CODE=22
|
||||
|
||||
Loading…
Reference in New Issue
Block a user