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-07-29 05:22:24 +00: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.1'
}