File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ object Libs {
1515 /* *
1616 * https://developer.android.com/reference/android/support/constraint/ConstraintLayout
1717 */
18- const val constraintLayout = " com.android.support.constraint:constraint-layout :" + Versions .constraint_layout
18+ const val constraintLayout = " androidx.constraintlayout:constraintlayout :" + Versions .constraint_layout
1919
2020 /* *
2121 * https://developer.android.com/guide/topics/ui/layout/recyclerview
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ object Versions {
3939 const val spek: String = " 2.1.0-alpha.0.11+d97ef33"
4040 // available: "2.1.0-alpha.0.24+0fdeb6e"
4141
42- const val constraint_layout = " 1.1.2 "
42+ const val constraint_layout = " 1.1.3 "
4343
4444 const val recycler_view = " 1.0.0"
4545
You can’t perform that action at this time.
0 commit comments