* icon * pink sea unicorn exception password message * Update PinkSeaUnicorn.kt * Update PinkSeaUnicorn.kt * Update PinkSeaUnicorn.kt --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
11 lines
220 B
Groovy
11 lines
220 B
Groovy
ext {
|
|
extName = 'Pink Sea Unicorn'
|
|
extClass = '.PinkSeaUnicorn'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://psunicorn.com'
|
|
overrideVersionCode = 1
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|