1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-06-30 10:14:04 +00:00
NekoX/openpgp-api/build.gradle

17 lines
307 B
Groovy
Raw Normal View History

2020-07-19 07:44:11 +00:00
apply plugin: 'com.android.library'
android {
2021-12-09 04:58:56 +00:00
compileSdkVersion 31
2020-07-19 07:44:11 +00:00
defaultConfig {
versionCode 9
versionName '13.0' // API-Version . minor
minSdkVersion 9
2021-12-09 04:58:56 +00:00
targetSdkVersion 31
2020-07-19 07:44:11 +00:00
}
lintOptions {
abortOnError false
}
2021-12-09 04:58:56 +00:00
buildToolsVersion '31.0.0'
2020-07-19 07:44:11 +00:00
}