From 724813407dcb9269820441507d02a543e3751837 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 8 Dec 2022 10:31:58 +0100 Subject: Fix typo --- app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 46b082d87..0f180da4d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,7 +79,11 @@ allprojects { dependencies { implementation project(':autoimageslider') implementation 'androidx.appcompat:appcompat:1.5.1' + implementation 'com.google.android.material:material:1.7.0' + implementation "androidx.compose.material3:material3:1.0.1" + implementation "androidx.compose.material3:material3-window-size-class:1.0.1" + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation "com.google.code.gson:gson:2.9.1" implementation 'com.squareup.retrofit2:retrofit:2.9.0' -- cgit v1.2.3