Skip to content

Commit b92bfba

Browse files
committed
Update ConstraintLayout to 2.1.0-alpha2
1 parent 8e66991 commit b92bfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: buildSrc/src/main/java/dev/ricknout/rugbyranker/buildsrc/Dependencies.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object Versions {
1717
const val activity = "1.2.0-rc01"
1818
const val fragment = "1.3.0-rc01"
1919
const val appCompat = "1.3.0-alpha02"
20-
const val constraintLayout = "2.1.0-alpha1"
20+
const val constraintLayout = "2.1.0-alpha2"
2121
const val recyclerView = "1.2.0-beta01"
2222
const val drawerLayout = "1.1.1"
2323
const val swipeRefreshLayout = "1.2.0-alpha01"

0 commit comments

Comments
 (0)