extensions-source/src/all/googledriveindex/build.gradle
2024-06-20 11:54:12 +07:00

7 lines
137 B
Groovy

ext {
extName = 'GoogleDriveIndex'
extClass = '.GoogleDriveIndex'
extVersionCode = 7
}
apply from: "$rootDir/common.gradle"