2019-06-08 21:48:13 +00:00
|
|
|
ext {
|
2020-06-26 02:34:34 +00:00
|
|
|
extName = 'ManHuaGui'
|
2019-06-08 21:48:13 +00:00
|
|
|
extClass = '.Manhuagui'
|
2024-02-07 08:46:25 +00:00
|
|
|
extVersionCode = 20
|
2019-06-08 21:48:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
2024-02-07 08:46:25 +00:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:lzstring"))
|
|
|
|
implementation(project(":lib:unpacker"))
|
|
|
|
}
|