diff --git a/motionLayout/app/build.gradle b/motionLayout/app/build.gradle index bcf8fbb..f4ad8b1 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.8.0' 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'