Skip to content

Commit f43fc6a

Browse files
authored
Bump dependencies version
1 parent 253956d commit f43fc6a

File tree

7 files changed

+29
-35
lines changed

7 files changed

+29
-35
lines changed

all/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 33
5-
buildToolsVersion "30.0.2"
4+
compileSdk 33
65

76

87
defaultConfig {
9-
minSdkVersion 19
8+
minSdkVersion 21
109
targetSdkVersion 33
1110
versionCode 1
1211
versionName "1.0"
@@ -23,8 +22,8 @@ android {
2322
}
2423

2524
compileOptions {
26-
sourceCompatibility JavaVersion.VERSION_1_8
27-
targetCompatibility JavaVersion.VERSION_1_8
25+
sourceCompatibility JavaVersion.VERSION_11
26+
targetCompatibility JavaVersion.VERSION_11
2827
}
2928

3029
}

core/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 33
5-
buildToolsVersion "30.0.2"
4+
compileSdk 33
65

76

87
defaultConfig {
9-
minSdkVersion 19
8+
minSdkVersion 21
109
targetSdkVersion 33
1110
versionCode 1
1211
versionName "1.0"
@@ -27,8 +26,8 @@ android {
2726
}
2827

2928
compileOptions {
30-
sourceCompatibility JavaVersion.VERSION_1_8
31-
targetCompatibility JavaVersion.VERSION_1_8
29+
sourceCompatibility JavaVersion.VERSION_11
30+
targetCompatibility JavaVersion.VERSION_11
3231
}
3332
}
3433

download/build.gradle

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 33
5-
buildToolsVersion "30.0.2"
4+
compileSdk 33
65

76
defaultConfig {
8-
minSdkVersion 19
7+
minSdkVersion 21
98
targetSdkVersion 33
109
versionCode 1
1110
versionName "1.0"
@@ -24,8 +23,8 @@ android {
2423
}
2524

2625
compileOptions {
27-
sourceCompatibility JavaVersion.VERSION_1_8
28-
targetCompatibility JavaVersion.VERSION_1_8
26+
sourceCompatibility JavaVersion.VERSION_11
27+
targetCompatibility JavaVersion.VERSION_11
2928
}
3029

3130
}
@@ -34,8 +33,8 @@ dependencies {
3433
implementation project(':core')
3534

3635
compileOnly 'com.squareup.picasso:picasso:2.71828'
37-
implementation 'com.facebook.fresco:fresco:2.6.0'
38-
compileOnly 'com.github.bumptech.glide:glide:4.12.0'
36+
implementation 'com.facebook.fresco:fresco:3.2.0'
37+
compileOnly 'com.github.bumptech.glide:glide:4.16.0'
3938

4039
testImplementation 'junit:junit:4.12'
4140
androidTestImplementation 'androidx.test.ext:junit:1.1.3'

glide-integration/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 33
5-
buildToolsVersion "30.0.2"
4+
compileSdk 33
65

76
defaultConfig {
8-
minSdkVersion 19
7+
minSdkVersion 21
98
targetSdkVersion 33
109
versionCode 1
1110
versionName "1.0"
@@ -22,8 +21,8 @@ android {
2221
}
2322

2423
compileOptions {
25-
sourceCompatibility JavaVersion.VERSION_1_8
26-
targetCompatibility JavaVersion.VERSION_1_8
24+
sourceCompatibility JavaVersion.VERSION_11
25+
targetCompatibility JavaVersion.VERSION_11
2726
}
2827

2928
}

preprocess/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 33
5-
buildToolsVersion "30.0.2"
4+
compileSdk 33
65

76
defaultConfig {
8-
minSdkVersion 19
7+
minSdkVersion 21
98
targetSdkVersion 33
109
versionCode 1
1110
versionName "1.0"
@@ -28,8 +27,8 @@ android {
2827
}
2928

3029
compileOptions {
31-
sourceCompatibility JavaVersion.VERSION_1_8
32-
targetCompatibility JavaVersion.VERSION_1_8
30+
sourceCompatibility JavaVersion.VERSION_11
31+
targetCompatibility JavaVersion.VERSION_11
3332
}
3433

3534
}

sample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
defaultConfig {
1010
compileSdk 33
1111
applicationId "com.cloudinary.sample"
12-
minSdkVersion 19
12+
minSdkVersion 21
1313
targetSdkVersion 33
1414
versionCode 1
1515
versionName "1.0"
@@ -31,8 +31,8 @@ android {
3131
}
3232

3333
compileOptions {
34-
sourceCompatibility JavaVersion.VERSION_1_8
35-
targetCompatibility JavaVersion.VERSION_1_8
34+
sourceCompatibility JavaVersion.VERSION_11
35+
targetCompatibility JavaVersion.VERSION_11
3636
}
3737
}
3838

ui/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 33
5-
buildToolsVersion "30.0.2"
4+
compileSdk 33
65

76

87
defaultConfig {
9-
minSdkVersion 19
8+
minSdkVersion 21
109
targetSdkVersion 33
1110
versionCode 1
1211
versionName "1.0"
@@ -24,8 +23,8 @@ android {
2423
}
2524

2625
compileOptions {
27-
sourceCompatibility JavaVersion.VERSION_1_8
28-
targetCompatibility JavaVersion.VERSION_1_8
26+
sourceCompatibility JavaVersion.VERSION_11
27+
targetCompatibility JavaVersion.VERSION_11
2928
}
3029

3130
}

0 commit comments

Comments
 (0)