extensions-source/src/all/googledriveindex/build.gradle

8 lines
137 B
Groovy
Raw Normal View History

2024-06-20 11:54:12 +07:00
ext {
extName = 'GoogleDriveIndex'
extClass = '.GoogleDriveIndex'
extVersionCode = 7
}
apply from: "$rootDir/common.gradle"