From d0e0afb1183bac2e6e8568d9388451dcbe22a2fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 03:52:40 -0500 Subject: [PATCH] actions: bump `com.google.android.material:material` to 1.11.0 (fixes #2913) (#2839) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a0f6fb043a..3d5b32c686 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,15 +9,15 @@ android { applicationId "org.ole.planet.myplanet" minSdkVersion 21 targetSdkVersion 34 - versionCode 1234 - versionName "0.12.34" + versionCode 1235 + versionName "0.12.35" ndkVersion '21.3.6528147' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true multiDexEnabled true } configurations.all { - resolutionStrategy.force 'com.google.android.material:material:1.10.0' + resolutionStrategy.force 'com.google.android.material:material:1.11.0' } buildTypes { release { @@ -93,7 +93,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.annotation:annotation:1.7.0' - implementation 'com.google.android.material:material:1.10.0' + implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.exifinterface:exifinterface:1.3.6' implementation 'com.mikepenz:google-material-typeface:3.0.1.1.original@aar' implementation 'com.mikepenz:fontawesome-typeface:5.3.1.1@aar'