mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-11 09:19:46 +01:00
Updated gradle files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user