11 lines
No EOL
209 B
Groovy
11 lines
No EOL
209 B
Groovy
ext {
|
|
extName = 'Ripcrabbyanime'
|
|
extClass = '.Ripcrabbyanime'
|
|
extVersionCode = 13
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:googledrive-extractor'))
|
|
} |