AralosBD: false supportsLatest (#17389)

This commit is contained in:
Kyrela 2023-08-06 18:09:02 +02:00 committed by GitHub
parent f21ab6c1d6
commit c3c09bfe86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ext {
extName = 'AralosBD'
pkgNameSuffix = 'fr.aralosbd'
extClass = '.AralosBD'
extVersionCode = 4
extVersionCode = 5
}
apply from: "$rootDir/common.gradle"

View File

@ -41,7 +41,7 @@ class AralosBD : HttpSource() {
override val name = "AralosBD"
override val baseUrl = "https://aralosbd.fr"
override val lang = "fr"
override val supportsLatest = true
override val supportsLatest = false
private val json: Json by injectLazy()