- Fixing some bug fixes.

This commit is contained in:
Michatec
2026-01-21 17:10:35 +01:00
parent 5412f59f61
commit 51b37d8f7b
8 changed files with 11 additions and 39 deletions

View File

@@ -59,6 +59,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.13.2'
// AndroidX Stuff //
implementation 'androidx.core:core-ktx:1.17.0'
implementation 'androidx.activity:activity-ktx:1.12.2'
implementation 'androidx.palette:palette-ktx:1.0.0'
implementation 'androidx.preference:preference-ktx:1.2.1'
@@ -73,4 +74,5 @@ dependencies {
// Volley HTTP request //
implementation 'com.android.volley:volley:1.2.1'
implementation 'androidx.compose.material3:material3:1.4.0'
}