8 lines
134 B
Groovy
8 lines
134 B
Groovy
ext {
|
|
extName = 'ReadMangaToday'
|
|
extClass = '.Readmangatoday'
|
|
extVersionCode = 10
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|