Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clouddark75 patch 1 #1

Merged
merged 6 commits into from
Dec 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ExtensionLoader.kt
  • Loading branch information
Clouddark75 authored Dec 27, 2024
commit 84014fbd99aeb80600b8ed53a22a7a675f9e822d
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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.3
const val LIB_VERSION_MIN = 1.2
const val LIB_VERSION_MAX = 1.5

@Suppress("DEPRECATION")
Expand Down