File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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 {
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'
You can’t perform that action at this time.
0 commit comments