Skip to content

Commit 762e255

Browse files
committed
upgrade dependencies
1 parent 65af2e2 commit 762e255

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

build.gradle

+6-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ buildscript {
88

99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.2.1'
11+
// https://developer.android.com/studio/releases/gradle-plugin.html
12+
classpath 'com.android.tools.build:gradle:7.1.3'
1213

1314
classpath 'com.github.ben-manes:gradle-versions-plugin:0.20.0'
1415
// NOTE: Do not place your application dependencies here; they belong
@@ -32,10 +33,10 @@ ext {
3233
targetSdkVersion = 24
3334
compileSdkVersion = 26
3435
// https://developer.android.com/studio/releases/build-tools
35-
buildToolsVersion = '28.0.3'
36-
FRESCO_VERSION = '1.11.0'
36+
buildToolsVersion = '30.0.3'
37+
FRESCO_VERSION = '1.14.2'
3738
// https://developer.android.com/topic/libraries/support-library/revisions
3839
SUPPORT_LIBRARY_VERSION = '27.1.1'
39-
RXJAVA2_VERSION = '2.2.3'
40-
RXANDROID2_VERSION = '2.1.0'
40+
RXJAVA2_VERSION = '2.2.21'
41+
RXANDROID2_VERSION = '2.1.1'
4142
}

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip

multiple-images-selector/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ dependencies {
5353
// https://github.com/blundell/release-android-library
5454
// or use the remote copy to keep update with latest changes
5555
// ./gradlew clean build generateRelease
56-
apply from: 'https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle'
56+
//apply from: 'https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle'

0 commit comments

Comments
 (0)