Skip to content

Commit 7f3a39d

Browse files
committed
update constraintlayout to androidx
1 parent ab1e1a2 commit 7f3a39d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Libs.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)