forked from Kohi-den/extensions-source
7 lines
137 B
Groovy
7 lines
137 B
Groovy
ext {
|
|
extName = 'GoogleDriveIndex'
|
|
extClass = '.GoogleDriveIndex'
|
|
extVersionCode = 7
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|