NekoX/openpgp-api/build.gradle

17 lines
307 B
Groovy
Raw Normal View History

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