mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 10:07:47 +01:00
Bump minimum ext-lib to 1.3
This commit is contained in:
parent
425e48bec6
commit
5d9753d6a7
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ internal object ExtensionLoader {
|
|||
private const val METADATA_NSFW = "tachiyomi.extension.nsfw"
|
||||
private const val METADATA_HAS_README = "tachiyomi.extension.hasReadme"
|
||||
private const val METADATA_HAS_CHANGELOG = "tachiyomi.extension.hasChangelog"
|
||||
const val LIB_VERSION_MIN = 1.2
|
||||
const val LIB_VERSION_MIN = 1.3
|
||||
const val LIB_VERSION_MAX = 1.4
|
||||
|
||||
private const val PACKAGE_FLAGS = PackageManager.GET_CONFIGURATIONS or PackageManager.GET_SIGNATURES
|
||||
|
|
Loading…
Reference in a new issue