2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'NimeGami'
|
|
|
|
extClass = '.NimeGami'
|
2024-06-23 11:00:51 -03:00
|
|
|
extVersionCode = 3
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
|
|
|
|
implementation(project(":lib:synchrony"))
|
2024-06-23 11:00:51 -03:00
|
|
|
}
|