extensions-source/src/all/torrentio/build.gradle
Victor Borges df43cf2b73
feat(all/Torrentio): Add TorBox as debrid provider (#398)
Signed-off-by: Victor Borges <victor1882@outlook.com>
2024-11-27 22:30:21 +01:00

8 lines
167 B
Groovy

ext {
extName = 'Torrentio (Torrent / Debrid)'
extClass = '.Torrentio'
extVersionCode = 2
containsNsfw = false
}
apply from: "$rootDir/common.gradle"