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

9 lines
173 B
Groovy
Raw Normal View History

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