From c667de0834f8e2f780bcc3da1e3a1a6de8932177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 13:12:34 +0000 Subject: [PATCH] Bump material from 1.2.1 to 1.8.0 in /00-Login-Kt Bumps [material](https://github.com/material-components/material-components-android) from 1.2.1 to 1.8.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.2.1...1.8.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 00-Login-Kt/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-Login-Kt/app/build.gradle b/00-Login-Kt/app/build.gradle index 74835853..6810e8c9 100644 --- a/00-Login-Kt/app/build.gradle +++ b/00-Login-Kt/app/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.3.2' implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.material:material:1.2.1' + implementation 'com.google.android.material:material:1.8.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.auth0.android:auth0:2.8.0' testImplementation 'junit:junit:4.+'