🛠️ Dependencies update
* Updated various dependencies to the newer versions
This commit is contained in:
parent
4221f7fce3
commit
99422626e0
1 changed files with 22 additions and 21 deletions
|
|
@ -86,24 +86,25 @@ aboutLibraries {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
// Default
|
// Core
|
||||||
implementation("androidx.core:core-ktx:1.15.0")
|
implementation("androidx.core:core-ktx:1.15.0")
|
||||||
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7")
|
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7")
|
||||||
implementation("androidx.activity:activity-compose:1.9.3")
|
implementation("androidx.activity:activity-compose:1.9.3")
|
||||||
|
|
||||||
// Compose BOM libraries
|
// Compose BOM libraries
|
||||||
// Compose BOM was eliminated - it is recognized as Closed Source in AboutLibraries.
|
// Compose BOM was eliminated - it is recognized as Closed Source in AboutLibraries..
|
||||||
implementation("androidx.compose.foundation:foundation:1.7.5")
|
// although it is not.
|
||||||
implementation("androidx.compose.animation:animation:1.7.5")
|
implementation("androidx.compose.foundation:foundation:1.7.6")
|
||||||
implementation("androidx.compose.animation:animation-android:1.7.5")
|
implementation("androidx.compose.animation:animation:1.7.6")
|
||||||
implementation("androidx.compose.foundation:foundation-layout:1.7.5")
|
implementation("androidx.compose.animation:animation-android:1.7.6")
|
||||||
implementation("androidx.compose.ui:ui:1.7.5")
|
implementation("androidx.compose.foundation:foundation-layout:1.7.6")
|
||||||
implementation("androidx.compose.ui:ui-graphics:1.7.5")
|
implementation("androidx.compose.ui:ui:1.7.6")
|
||||||
implementation("androidx.compose.ui:ui-android:1.7.5")
|
implementation("androidx.compose.ui:ui-graphics:1.7.6")
|
||||||
implementation("androidx.compose.material3:material3:1.4.0-alpha04")
|
implementation("androidx.compose.ui:ui-android:1.7.6")
|
||||||
|
implementation("androidx.compose.material3:material3:1.4.0-alpha05")
|
||||||
implementation("androidx.compose.material3:material3-window-size-class:1.3.1")
|
implementation("androidx.compose.material3:material3-window-size-class:1.3.1")
|
||||||
implementation("androidx.compose.material:material-icons-extended:1.7.5")
|
implementation("androidx.compose.material:material-icons-extended:1.7.6")
|
||||||
implementation("androidx.compose.material:material:1.7.5")
|
implementation("androidx.compose.material:material:1.7.6")
|
||||||
|
|
||||||
// All dependencies
|
// All dependencies
|
||||||
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7")
|
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7")
|
||||||
|
|
@ -123,29 +124,29 @@ dependencies {
|
||||||
// Kotlin Extensions and Coroutines support for Room
|
// Kotlin Extensions and Coroutines support for Room
|
||||||
implementation("androidx.room:room-ktx:2.6.1")
|
implementation("androidx.room:room-ktx:2.6.1")
|
||||||
|
|
||||||
// Datastore
|
// Datastore (Settings)
|
||||||
implementation("androidx.datastore:datastore-preferences:1.1.1")
|
implementation("androidx.datastore:datastore-preferences:1.1.1")
|
||||||
|
|
||||||
// Splash API
|
// Splash Screen API
|
||||||
implementation("androidx.core:core-splashscreen:1.0.1")
|
implementation("androidx.core:core-splashscreen:1.0.1")
|
||||||
|
|
||||||
// Permission Handling
|
// Permission handling
|
||||||
implementation("com.google.accompanist:accompanist-permissions:0.34.0")
|
implementation("com.google.accompanist:accompanist-permissions:0.34.0")
|
||||||
|
|
||||||
// Pdf parser
|
// PDF parser
|
||||||
implementation("com.tom-roush:pdfbox-android:2.0.27.0")
|
implementation("com.tom-roush:pdfbox-android:2.0.27.0")
|
||||||
|
|
||||||
// Epub parser
|
// EPUB parser
|
||||||
implementation("org.jsoup:jsoup:1.18.1")
|
implementation("org.jsoup:jsoup:1.18.1")
|
||||||
|
|
||||||
// Fb2 parser
|
// FB2 parser
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.1")
|
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.1")
|
||||||
|
|
||||||
// App Compat for Language Switcher
|
// Language Switcher
|
||||||
implementation("androidx.appcompat:appcompat:1.7.0")
|
implementation("androidx.appcompat:appcompat:1.7.0")
|
||||||
implementation("androidx.appcompat:appcompat-resources:1.7.0")
|
implementation("androidx.appcompat:appcompat-resources:1.7.0")
|
||||||
|
|
||||||
// Coil for loading bitmaps
|
// Coil for loading images
|
||||||
implementation("io.coil-kt:coil-compose:2.7.0")
|
implementation("io.coil-kt:coil-compose:2.7.0")
|
||||||
|
|
||||||
// Retrofit
|
// Retrofit
|
||||||
|
|
@ -156,7 +157,7 @@ dependencies {
|
||||||
implementation("com.squareup.okhttp3:okhttp:4.12.0")
|
implementation("com.squareup.okhttp3:okhttp:4.12.0")
|
||||||
implementation("com.squareup.okhttp3:logging-interceptor:4.12.0")
|
implementation("com.squareup.okhttp3:logging-interceptor:4.12.0")
|
||||||
|
|
||||||
// About open source libraries
|
// Open source libraries
|
||||||
implementation("com.mikepenz:aboutlibraries-core:11.2.3")
|
implementation("com.mikepenz:aboutlibraries-core:11.2.3")
|
||||||
implementation("com.mikepenz:aboutlibraries-compose-m3:11.2.3")
|
implementation("com.mikepenz:aboutlibraries-compose-m3:11.2.3")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue