1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-02 10:33:36 +00:00
NekoX/openpgp-api/build.gradle
2020-12-17 00:36:50 +08:00

17 lines
307 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdkVersion 30
defaultConfig {
versionCode 9
versionName '13.0' // API-Version . minor
minSdkVersion 9
targetSdkVersion 28
}
lintOptions {
abortOnError false
}
buildToolsVersion '30.0.3'
}