Updates to series detail page

This commit is contained in:
Damontecres 2025-10-07 14:46:37 -04:00
parent 993798d14b
commit 8cda98d6aa
No known key found for this signature in database
10 changed files with 243 additions and 31 deletions

View file

@ -27,6 +27,7 @@ protobuf-javalite = "4.32.1"
hilt = "2.57.2"
room = "2.8.1"
material3 = "1.4.0"
preferenceKtx = "1.2.1"
[libraries]
aboutlibraries-core = { module = "com.mikepenz:aboutlibraries-core", version.ref = "aboutLibraries" }
@ -85,6 +86,7 @@ androidx-room-ktx = { group = "androidx.room", name = "room-ktx", version.ref =
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
androidx-preference-ktx = { group = "androidx.preference", name = "preference-ktx", version.ref = "preferenceKtx" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }