File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ android {
2424dependencies {
2525 implementation " androidx.appcompat:appcompat:$appcompatLibVersion "
2626 implementation " com.google.android.material:material:$materialLibVersion "
27- implementation " com.jakewharton:butterknife:$butterKnifeVersion "
2827
2928 implementation project(' :library' )
3029}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 }
88 dependencies {
99 classpath ' com.android.tools.build:gradle:4.1.3'
10- classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0 '
10+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1 '
1111 }
1212}
1313
@@ -24,11 +24,10 @@ ext {
2424 buildToolsVersion = ' 30.0.3'
2525 targetSdkVersion = compileSdkVersion
2626
27- appcompatLibVersion = ' 1.1 .0'
27+ appcompatLibVersion = ' 1.2 .0'
2828 cardViewLibVersion = ' 1.0.0'
29- materialLibVersion = ' 1.0 .0'
29+ materialLibVersion = ' 1.3 .0'
3030 iconHandlerVersion = ' v2.0.0'
31- butterKnifeVersion = ' 8.8.1'
3231}
3332
3433task clean (type : Delete ) {
Original file line number Diff line number Diff line change 1- # Wed Jun 27 16:29:24 EEST 2018
2- distributionBase =GRADLE_USER_HOME
3- distributionPath =wrapper/dists
4- zipStoreBase =GRADLE_USER_HOME
5- zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.8.1 -all.zip
1+ # Wed Apr 28 12:51:19 CAT 2021
2+ distributionBase =GRADLE_USER_HOME
3+ distributionPath =wrapper/dists
4+ zipStoreBase =GRADLE_USER_HOME
5+ zipStorePath =wrapper/dists
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -all.zip
You can’t perform that action at this time.
0 commit comments