forked from AlmightyHak/extensions-source
9 lines
167 B
Groovy
9 lines
167 B
Groovy
![]() |
ext {
|
||
|
extName = 'Torrentio (Torrent / Debrid)'
|
||
|
extClass = '.Torrentio'
|
||
|
extVersionCode = 1
|
||
|
containsNsfw = false
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|