Fix playlist-utils (#980)

* dont standardize qualities for everything

* bump all ext depending directly or indirectly on playlist-utils
This commit is contained in:
V3u47ZoN 2025-05-03 13:55:17 +00:00 committed by GitHub
parent dd28b05f01
commit a4d3a117cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
145 changed files with 154 additions and 154 deletions

View file

@ -3,7 +3,7 @@ ext {
extClass = '.AnimesBr'
themePkg = 'dooplay'
baseUrl = 'https://animesbr.tv'
overrideVersionCode = 1
overrideVersionCode = 2
isNsfw = true
}

View file

@ -3,7 +3,7 @@ ext {
extClass = '.Q1N'
themePkg = 'dooplay'
baseUrl = 'https://q1n.net'
overrideVersionCode = 19
overrideVersionCode = 20
}
apply from: "$rootDir/common.gradle"

View file

@ -3,7 +3,7 @@ ext {
extClass = '.DarkMahou'
themePkg = 'animestream'
baseUrl = 'https://darkmahou.org'
overrideVersionCode = 3
overrideVersionCode = 4
}
apply from: "$rootDir/common.gradle"

View file

@ -1,7 +1,7 @@
ext {
extName = 'Doramogo'
extClass = '.Doramogo'
extVersionCode = 6
extVersionCode = 7
}
apply from: "$rootDir/common.gradle"

View file

@ -3,7 +3,7 @@ ext {
extClass = '.PiFansubs'
themePkg = 'dooplay'
baseUrl = 'https://pifansubs.club'
overrideVersionCode = 22
overrideVersionCode = 23
isNsfw = true
}