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 = '.DesuOnline'
themePkg = 'animestream'
baseUrl = 'https://desu-online.pl'
overrideVersionCode = 5
overrideVersionCode = 6
}
apply from: "$rootDir/common.gradle"

View file

@ -1,7 +1,7 @@
ext {
extName = 'Docchi'
extClass = '.Docchi'
extVersionCode = 3
extVersionCode = 4
isNsfw = true
}

View file

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