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 {
|
2022-11-01 09:51:10 +00:00
|
|
|
// API-Version . minor
|
2022-08-17 09:09:53 +00:00
|
|
|
minSdkVersion 19
|
2021-12-09 04:58:56 +00:00
|
|
|
targetSdkVersion 31
|
2020-07-19 07:44:11 +00:00
|
|
|
}
|
|
|
|
|
2022-11-01 09:51:10 +00:00
|
|
|
buildToolsVersion '31.0.0'
|
|
|
|
lint {
|
2020-07-19 07:44:11 +00:00
|
|
|
abortOnError false
|
|
|
|
}
|
2022-11-01 09:51:10 +00:00
|
|
|
namespace 'org.openintents.openpgp'
|
2020-07-19 07:44:11 +00:00
|
|
|
}
|