forked from Kohi-den/extensions-source
revert Added a sort by codec feature to animetorrentio extension (#961) Checklist: - [x] Updated `extVersionCode` value in `build.gradle` for individual extensions - [ ] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions - [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz") - [ ] Added the `isNsfw = true` flag in `build.gradle` when appropriate - [x] Have not changed source names - [x] Have explicitly kept the `id` if a source's name or language were changed - [x] Have tested the modifications by compiling and running the extension through Android Studio - [ ] Have removed `web_hi_res_512.png` when adding a new extension - [ ] Have made sure all the icons are in png format Co-authored-by: worldInColors <almonzer1234567@gmail.com> Reviewed-on: Kohi-den/extensions-source#961 Co-authored-by: Ghost <> Co-committed-by: Ghost <>
8 lines
174 B
Groovy
8 lines
174 B
Groovy
ext {
|
|
extName = 'Torrentio Anime (Torrent / Debrid)'
|
|
extClass = '.Torrentio'
|
|
extVersionCode = 16
|
|
containsNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|