extensions-source/src/all/torrentio/build.gradle
2024-06-23 11:14:24 -03:00

8 lines
167 B
Groovy

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