summaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-12-08 10:31:58 +0100
committerThomas <tschneider.ac@gmail.com>2022-12-08 10:31:58 +0100
commit724813407dcb9269820441507d02a543e3751837 (patch)
treee5b62e4fa77d1a1d6e8b0ec33413b32f713faa30 /app/build.gradle
parent6fa23d1bc388da4c73255c3b399a8f02d27e7840 (diff)
Fix typo
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 4 insertions, 0 deletions
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'