ext {
extName = 'NimeGami'
extClass = '.NimeGami'
extVersionCode = 3
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
implementation(project(":lib:synchrony"))