1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-06-28 09:34:05 +00:00
NekoX/openpgp-api/build.gradle
2021-12-09 12:58:56 +08:00

17 lines
307 B
Groovy

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