Allow loading extension-lib 1.3
(Which doesn't actually exist yet, but will at some point after the next major release) (cherry picked from commit 60e73e2d1f89e254616fb5659d9f53f6399bbdba)
This commit is contained in:
parent
586bd3301d
commit
c49c2b28eb
@ -35,7 +35,7 @@ internal object ExtensionLoader {
|
||||
private const val METADATA_SOURCE_FACTORY = "tachiyomi.extension.factory"
|
||||
private const val METADATA_NSFW = "tachiyomi.extension.nsfw"
|
||||
const val LIB_VERSION_MIN = 1.2
|
||||
const val LIB_VERSION_MAX = 1.2
|
||||
const val LIB_VERSION_MAX = 1.3
|
||||
|
||||
private const val PACKAGE_FLAGS = PackageManager.GET_CONFIGURATIONS or PackageManager.GET_SIGNATURES
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user