Skip to content

Commit

Permalink
đŸ†™constraint layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmae committed Nov 5, 2020
1 parent 752265b commit e113520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation(project(":lib"))
implementation(kotlin("stdlib"))
implementation("androidx.appcompat:appcompat:1.2.0")
implementation("androidx.constraintlayout:constraintlayout:2.0.2")
implementation("androidx.constraintlayout:constraintlayout:2.0.4")
debugImplementation("com.squareup.leakcanary:leakcanary-android:2.5")
testImplementation("junit:junit:4.13.1")
}
Expand Down

0 comments on commit e113520

Please sign in to comment.