forked from AlmightyHak/extensions-source
7 lines
135 B
Groovy
7 lines
135 B
Groovy
ext {
|
|
extName = 'Donghua no Sekai'
|
|
extClass = '.DonghuaNoSekai'
|
|
extVersionCode = 3
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|