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

9 lines
167 B
Groovy
Raw Normal View History

2024-06-23 11:00:51 -03:00
ext {
extName = 'Torrentio (Torrent / Debrid)'
extClass = '.Torrentio'
extVersionCode = 1
containsNsfw = false
}
apply from: "$rootDir/common.gradle"