17 lines
322 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlinx-serialization'
ext {
extName = 'GMANGA'
pkgNameSuffix = 'ar.gmanga'
extClass = '.Gmanga'
extVersionCode = 8
}
dependencies {
implementation project(':lib-ratelimit')
}
apply from: "$rootDir/common.gradle"