File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ buildscript {
8
8
9
9
}
10
10
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'
12
13
13
14
classpath ' com.github.ben-manes:gradle-versions-plugin:0.20.0'
14
15
// NOTE: Do not place your application dependencies here; they belong
@@ -32,10 +33,10 @@ ext {
32
33
targetSdkVersion = 24
33
34
compileSdkVersion = 26
34
35
// 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 '
37
38
// https://developer.android.com/topic/libraries/support-library/revisions
38
39
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 '
41
42
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
Original file line number Diff line number Diff line change @@ -53,4 +53,4 @@ dependencies {
53
53
// https://github.com/blundell/release-android-library
54
54
// or use the remote copy to keep update with latest changes
55
55
// ./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'
You can’t perform that action at this time.
0 commit comments