Skip to content

Commit 6d86030

Browse files
Removed unused dependency and variable
1 parent 79ba26c commit 6d86030

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ buildscript {
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:7.1.3'
9-
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
109
}
1110
}
1211

dependencies.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ext {
66
hamcrestVersion = '1.3'
77
junitVersion = '4.12'
88
runnerVersion = '1.4.0'
9-
supportVersion = '28.0.0'
109

1110
supportV4 = 'androidx.legacy:legacy-support-v4:1.0.0'
1211
supportDesign = 'com.google.android.material:material:1.5.0'

0 commit comments

Comments
 (0)