From 188b17db6f35f4f90277b318b1daf76dc401c699 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 13:33:41 +0000 Subject: [PATCH] Update dependency com.google.android.material:material to v1.6.1 --- motionLayout/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motionLayout/app/build.gradle b/motionLayout/app/build.gradle index bcf8fbb..0cb57e2 100644 --- a/motionLayout/app/build.gradle +++ b/motionLayout/app/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.1.0-alpha04' implementation 'androidx.core:core-ktx:1.1.0-alpha05' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha5' - implementation 'com.google.android.material:material:1.1.0-alpha05' + implementation 'com.google.android.material:material:1.6.1' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'