Updated gradle files

This commit is contained in:
M66B 2023-12-06 18:16:06 +01:00
parent 757181958b
commit 644376df1e
2 changed files with 6 additions and 8 deletions

View File

@ -1,13 +1,12 @@
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
compileSdkVersion 29
buildToolsVersion "29.0.0"
namespace 'com.flask.colorpicker' namespace 'com.flask.colorpicker'
defaultConfig { defaultConfig {
minSdkVersion 14 compileSdk 34
targetSdkVersion 29 minSdkVersion 21
targetSdkVersion 34
versionCode 17 versionCode 17
versionName "0.0.15" versionName "0.0.15"
} }

View File

@ -2,15 +2,14 @@ apply plugin: 'com.android.library'
//apply plugin: 'bintray-release' // must be applied after your artifact generating plugin (eg. java / com.android.library) //apply plugin: 'bintray-release' // must be applied after your artifact generating plugin (eg. java / com.android.library)
android { android {
compileSdkVersion 29
//buildToolsVersion '27.0.3'
namespace 'org.openintents.openpgp' namespace 'org.openintents.openpgp'
defaultConfig { defaultConfig {
compileSdk 34
minSdkVersion 21
targetSdkVersion 34
versionCode 9 versionCode 9
versionName '12.0' // API-Version . minor versionName '12.0' // API-Version . minor
minSdkVersion 9
targetSdkVersion 29
} }
// Do not abort build if lint finds errors // Do not abort build if lint finds errors