Fix playlist-utils (#980)
* dont standardize qualities for everything * bump all ext depending directly or indirectly on playlist-utils
This commit is contained in:
parent
dd28b05f01
commit
a4d3a117cf
145 changed files with 154 additions and 154 deletions
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.AnimeIndo'
|
||||
themePkg = 'animestream'
|
||||
baseUrl = 'https://animeindo.skin'
|
||||
overrideVersionCode = 12
|
||||
overrideVersionCode = 13
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'NeoNime'
|
||||
extClass = '.NeoNime'
|
||||
extVersionCode = 14
|
||||
extVersionCode = 15
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'OtakuDesu'
|
||||
extClass = '.OtakuDesu'
|
||||
extVersionCode = 32
|
||||
extVersionCode = 33
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue