forked from AlmightyHak/extensions-source

* dont standardize qualities for everything * bump all ext depending directly or indirectly on playlist-utils
9 lines
No EOL
179 B
Groovy
9 lines
No EOL
179 B
Groovy
ext {
|
|
extName = 'SFlix'
|
|
extClass = '.SFlix'
|
|
themePkg = 'dopeflix'
|
|
baseUrl = 'https://sflix.to'
|
|
overrideVersionCode = 11
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle" |