File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ versions.arch_core = "2.0.0"
1111versions. room = " 2.1.0-alpha03"
1212versions. lifecycle = " 2.0.0"
1313versions. support = " 28.0.0"
14+ versions. androidx = " 1.1.0"
1415versions. dagger = " 2.16"
1516versions. junit = " 4.12"
1617versions. espresso = " 3.0.2"
@@ -52,10 +53,10 @@ support.core_utils = "com.android.support:support-core-utils:$versions.support"
5253deps. support = support
5354
5455def androidx = [:]
55- androidx. annotations = " androidx.annotation:annotation:1.1.0 "
56- androidx. appcompat = ' androidx.appcompat:appcompat:1.1.0 '
57- androidx. recyclerview = ' androidx.recyclerview:recyclerview:1.0.0 '
58- androidx. design = ' com.google.android.material:material:1.1.0-alpha10 '
56+ androidx. annotations = " androidx.annotation:annotation:$v ersions . androidx "
57+ androidx. appcompat = " androidx.appcompat:appcompat:$v ersions . androidx "
58+ androidx. recyclerview = " androidx.recyclerview:recyclerview:$v ersions . androidx "
59+ androidx. design = " com.google.android.material:material:$v ersions . androidx "
5960androidx. multidex = ' androidx.multidex:multidex:2.0.1'
6061deps. androidx = androidx
6162
You can’t perform that action at this time.
0 commit comments