Skip to content

Commit 9249a2f

Browse files
committed
refact: dependencies migration to androidx
1 parent 749b5e5 commit 9249a2f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

dependency.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ ext.with {
99
benManes = '0.20.0'
1010
jvm = '1.8'
1111

12-
appcompat = '28.0.0'
13-
design = '28.0.0'
14-
constraintLayout = '1.1.2'
15-
espresso = '3.0.2'
12+
appcompat = '1.2.0'
13+
design = '1.3.0'
14+
constraintLayout = '2.0.4'
15+
espresso = '3.3.0'
1616

1717
kotlins = '1.4.31'
1818
dokka = '0.9.17'
@@ -21,7 +21,7 @@ ext.with {
2121
maven = '2.1'
2222

2323
junit = '4.12'
24-
test = '1.0.2'
24+
test = '1.3.0'
2525

2626
voice = '1.+'
2727

@@ -33,13 +33,13 @@ ext.with {
3333
kotlin_test_junit: "org.jetbrains.kotlin:kotlin-test-junit:$kotlins"
3434
]
3535
dependency_android = [
36-
appcompat : "com.android.support:appcompat-v7:$appcompat",
37-
constraint_layout: "com.android.support.constraint:constraint-layout:$constraintLayout",
38-
espresso : "com.android.support.test.espresso:espresso-core:$espresso",
39-
design : "com.android.support:design:$design",
36+
appcompat : "androidx.appcompat:appcompat:$appcompat",
37+
constraint_layout: "androidx.constraintlayout:constraintlayout:$constraintLayout",
38+
espresso : "androidx.test.espresso:espresso-core:$espresso",
39+
design : "com.google.android.material:material:$design",
4040
junit : "junit:junit:$junit",
41-
test_rules : "com.android.support.test:rules:$test",
42-
test_runner : "com.android.support.test:runner:$test",
41+
test_rules : "androidx.test:rules:$test",
42+
test_runner : "androidx.test:runner:$test",
4343
voice : "com.algolia.instantsearch:voice:$voice",
4444
leakcanary : "com.squareup.leakcanary:leakcanary-android:$leakcanary"
4545
]

0 commit comments

Comments
 (0)