12 lines
205 B
Groovy
12 lines
205 B
Groovy
|
ext {
|
||
|
extName = "Gaugau Monster Plus"
|
||
|
extClass = ".GaugauMonsterPlus"
|
||
|
extVersionCode = 1
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(":lib:speedbinb"))
|
||
|
}
|