Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit 41333f7

Browse files
committed
update constraint layout from 1.1.3 -> 2.0.0
1 parent 465dbc8 commit 41333f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext.deps = [
1313
androidGradlePlugin: "com.android.tools.build:gradle:4.0.1",
1414
androidx: [
1515
appCompat: "androidx.appcompat:appcompat:1.2.0",
16-
constraintLayout: "androidx.constraintlayout:constraintlayout:1.1.3",
16+
constraintLayout: "androidx.constraintlayout:constraintlayout:2.0.0",
1717
core: "androidx.core:core-ktx:1.3.1",
1818
lifecycle: [
1919
commonJava8: "androidx.lifecycle:lifecycle-common-java8:${versions.lifecycle}",

0 commit comments

Comments
 (0)