diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 859685da..2c9439b3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -89,19 +89,19 @@ dependencies { // Core implementation("androidx.core:core-ktx:1.15.0") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7") - implementation("androidx.activity:activity-compose:1.9.3") + implementation("androidx.activity:activity-compose:1.10.0") // Compose BOM libraries // Compose BOM was eliminated - it is recognized as Closed Source in AboutLibraries.. // although it is not. - implementation("androidx.compose.foundation:foundation:1.8.0-alpha07") + implementation("androidx.compose.foundation:foundation:1.8.0-alpha08") implementation("androidx.compose.animation:animation:1.7.6") - implementation("androidx.compose.animation:animation-android:1.7.6") + implementation("androidx.compose.animation:animation-android:1.8.0-alpha08") implementation("androidx.compose.foundation:foundation-layout:1.7.6") implementation("androidx.compose.ui:ui:1.7.6") implementation("androidx.compose.ui:ui-graphics:1.7.6") - implementation("androidx.compose.ui:ui-android:1.7.6") - implementation("androidx.compose.material3:material3:1.4.0-alpha05") + implementation("androidx.compose.ui:ui-android:1.8.0-alpha08") + implementation("androidx.compose.material3:material3:1.4.0-alpha06") implementation("androidx.compose.material3:material3-window-size-class:1.3.1") implementation("androidx.compose.material:material-icons-extended:1.7.6") implementation("androidx.compose.material:material:1.7.6") @@ -111,9 +111,9 @@ dependencies { implementation("com.google.accompanist:accompanist-swiperefresh:0.36.0") // Dagger - Hilt - implementation("com.google.dagger:hilt-android:2.54") - ksp("com.google.dagger:hilt-android-compiler:2.54") - implementation("com.google.dagger:hilt-compiler:2.54") + implementation("com.google.dagger:hilt-android:2.55") + ksp("com.google.dagger:hilt-android-compiler:2.55") + implementation("com.google.dagger:hilt-compiler:2.55") ksp("androidx.hilt:hilt-compiler:1.2.0") implementation("androidx.hilt:hilt-navigation-compose:1.2.0") @@ -125,7 +125,7 @@ dependencies { implementation("androidx.room:room-ktx:2.6.1") // Datastore (Settings) - implementation("androidx.datastore:datastore-preferences:1.1.1") + implementation("androidx.datastore:datastore-preferences:1.1.2") // Splash Screen API implementation("androidx.core:core-splashscreen:1.0.1") @@ -140,7 +140,7 @@ dependencies { implementation("org.jsoup:jsoup:1.18.3") // FB2 parser - implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3") + implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0") // Language Switcher implementation("androidx.appcompat:appcompat:1.7.0") @@ -158,11 +158,11 @@ dependencies { implementation("com.squareup.okhttp3:logging-interceptor:4.12.0") // Open source libraries - implementation("com.mikepenz:aboutlibraries-core:11.2.3") - implementation("com.mikepenz:aboutlibraries-compose-m3:11.2.3") + implementation("com.mikepenz:aboutlibraries-core:11.4.0") + implementation("com.mikepenz:aboutlibraries-compose-m3:11.4.0") // Drag & Drop - implementation("sh.calvin.reorderable:reorderable:2.4.2") + implementation("sh.calvin.reorderable:reorderable:2.4.3") // Scrollbar implementation("com.github.nanihadesuka:LazyColumnScrollbar:2.2.0")