2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'AnimesTC'
|
|
|
|
extClass = '.AnimesTC'
|
2024-06-23 11:00:51 -03:00
|
|
|
extVersionCode = 7
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:googledrive-extractor"))
|
|
|
|
}
|