File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 29
5
- buildToolsVersion " 29.0.0"
6
4
namespace ' com.flask.colorpicker'
7
5
8
6
defaultConfig {
9
- minSdkVersion 14
10
- targetSdkVersion 29
7
+ compileSdk 34
8
+ minSdkVersion 21
9
+ targetSdkVersion 34
11
10
versionCode 17
12
11
versionName " 0.0.15"
13
12
}
Original file line number Diff line number Diff line change @@ -2,15 +2,14 @@ apply plugin: 'com.android.library'
2
2
// apply plugin: 'bintray-release' // must be applied after your artifact generating plugin (eg. java / com.android.library)
3
3
4
4
android {
5
- compileSdkVersion 29
6
- // buildToolsVersion '27.0.3'
7
5
namespace ' org.openintents.openpgp'
8
6
9
7
defaultConfig {
8
+ compileSdk 34
9
+ minSdkVersion 21
10
+ targetSdkVersion 34
10
11
versionCode 9
11
12
versionName ' 12.0' // API-Version . minor
12
- minSdkVersion 9
13
- targetSdkVersion 29
14
13
}
15
14
16
15
// Do not abort build if lint finds errors
You can’t perform that action at this time.
0 commit comments