Skip to content

Commit 644376d

Browse files
committed
Updated gradle files
1 parent 7571819 commit 644376d

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

colorpicker/build.gradle

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 29
5-
buildToolsVersion "29.0.0"
64
namespace 'com.flask.colorpicker'
75

86
defaultConfig {
9-
minSdkVersion 14
10-
targetSdkVersion 29
7+
compileSdk 34
8+
minSdkVersion 21
9+
targetSdkVersion 34
1110
versionCode 17
1211
versionName "0.0.15"
1312
}

openpgp-api/build.gradle

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ apply plugin: 'com.android.library'
22
//apply plugin: 'bintray-release' // must be applied after your artifact generating plugin (eg. java / com.android.library)
33

44
android {
5-
compileSdkVersion 29
6-
//buildToolsVersion '27.0.3'
75
namespace 'org.openintents.openpgp'
86

97
defaultConfig {
8+
compileSdk 34
9+
minSdkVersion 21
10+
targetSdkVersion 34
1011
versionCode 9
1112
versionName '12.0' // API-Version . minor
12-
minSdkVersion 9
13-
targetSdkVersion 29
1413
}
1514

1615
// Do not abort build if lint finds errors

0 commit comments

Comments
 (0)