* Change theme * Change logo * oops Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com> * !! Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> * I love termux --------- Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com> Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
9 lines
144 B
Groovy
9 lines
144 B
Groovy
ext {
|
|
extName = 'TenkaiScan'
|
|
extClass = '.TenkaiScan'
|
|
extVersionCode = 36
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|