Skip to content

Commit d1d9dd7

Browse files
committed
chore: cleanup
1 parent 3df335c commit d1d9dd7

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
dependencies {
3-
def androidXAppCompatVersion = project.hasProperty("androidXAppCompatVersion") ? project.androidXAppCompatVersion : "1.2.0"
43
def androidXMaterial = project.hasProperty("androidXMaterial") ? project.androidXMaterial : "1.2.1"
54

6-
implementation "androidx.appcompat:appcompat:$androidXAppCompatVersion"
75
implementation "com.google.android.material:material:$androidXMaterial"
86
}
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
dependencies {
3-
def androidXAppCompatVersion = project.hasProperty("androidXAppCompatVersion") ? project.androidXAppCompatVersion : "1.2.0"
43
def androidXMaterial = project.hasProperty("androidXMaterial") ? project.androidXMaterial : "1.2.1"
54

6-
implementation "androidx.appcompat:appcompat:$androidXAppCompatVersion"
75
implementation "com.google.android.material:material:$androidXMaterial"
86
}
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11

22
dependencies {
3-
def androidXAppCompatVersion = project.hasProperty("androidXAppCompatVersion") ? project.androidXAppCompatVersion : "1.2.0"
43
def androidXMaterial = project.hasProperty("androidXMaterial") ? project.androidXMaterial : "1.2.1"
5-
6-
implementation "androidx.appcompat:appcompat:$androidXAppCompatVersion"
74
implementation "com.google.android.material:material:$androidXMaterial"
85
}
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
dependencies {
3-
def androidXAppCompatVersion = project.hasProperty("androidXAppCompatVersion") ? project.androidXAppCompatVersion : "1.2.0"
43
def androidXMaterial = project.hasProperty("androidXMaterial") ? project.androidXMaterial : "1.2.1"
54

6-
implementation "androidx.appcompat:appcompat:$androidXAppCompatVersion"
75
implementation "com.google.android.material:material:$androidXMaterial"
86
}

0 commit comments

Comments
 (0)