12 lines
214 B
Groovy
12 lines
214 B
Groovy
ext {
|
|
extName = 'Baozi Manhua'
|
|
extClass = '.Baozi'
|
|
extVersionCode = 22
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation 'com.github.stevenyomi:baozibanner:9ac9b08e1d' // 1.0
|
|
}
|