From 462f13f492d8e7e5c1f44b082bd22747ca2acb1e Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 31 Mar 2025 18:21:58 +0200 Subject: [PATCH] Downgrade Material lib until fix with the new Tonal Surface Color system --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 610926b2..a3258d9a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -106,7 +106,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'com.google.android.material:material:1.12.0' + implementation 'com.google.android.material:material:1.10.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.0'