extensions-source/src/all/torrentio/build.gradle

8 lines
167 B
Groovy

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