mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 07:42:52 +00:00
Updated gradle files
This commit is contained in:
parent
757181958b
commit
644376df1e
2 changed files with 6 additions and 8 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue