Updated gradle files

pull/214/head
M66B 10 months ago
parent 757181958b
commit 644376df1e

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

@ -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)
android {
compileSdkVersion 29
//buildToolsVersion '27.0.3'
namespace 'org.openintents.openpgp'
defaultConfig {
compileSdk 34
minSdkVersion 21
targetSdkVersion 34
versionCode 9
versionName '12.0' // API-Version . minor
minSdkVersion 9
targetSdkVersion 29
}
// Do not abort build if lint finds errors

Loading…
Cancel
Save