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