scb261 3300d4f01c
Nekopost: new file server url (#6006)
* Nekopost: new file server url

* ext version
2021-02-28 11:20:18 -05:00

13 lines
250 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
extName = 'Nekopost'
pkgNameSuffix = 'th.nekopost'
extClass = '.Nekopost'
extVersionCode = 4
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"