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