1
0
Fork 0
mirror of https://github.com/jrpie/Launcher.git synced 2025-05-02 00:32:10 +02:00
This commit is contained in:
Josia Pietsch 2025-02-09 21:08:16 +01:00
parent d69e3caf71
commit 9c5500aa83
Signed by: jrpie
GPG key ID: E70B571D66986A2D
19 changed files with 25 additions and 37 deletions

View file

@ -100,7 +100,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation 'androidx.palette:palette-ktx:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.recyclerview:recyclerview:1.4.0'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'com.google.android.material:material:1.12.0'
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")