Skip to content

Commit 4d1782a

Browse files
Update dependencies
update support library to 1.2.0 update material library to 1.3.0 update classpath maven gradle to 2.1 remove unused butterknife library
1 parent 1a928ef commit 4d1782a

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed
0 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ android {
2424
dependencies {
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
}

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

3433
task clean(type: Delete) {
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)