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