2021-09-09 08:58:17 -04:00

16 lines
287 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'Dilbert'
pkgNameSuffix = 'en.dilbert'
extClass = '.Dilbert'
extVersionCode = 4
}
dependencies {
implementation project(':lib-ratelimit')
}
apply from: "$rootDir/common.gradle"