🛠️ Update dependencies
This commit is contained in:
parent
8cbe14b0e0
commit
be8a290dd1
1 changed files with 6 additions and 6 deletions
|
|
@ -86,19 +86,19 @@ dependencies {
|
||||||
// Core
|
// 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.10.0")
|
implementation("androidx.activity:activity-compose:1.10.1")
|
||||||
|
|
||||||
// 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..
|
||||||
// although it is not.
|
// although it is not.
|
||||||
implementation("androidx.compose.foundation:foundation:1.8.0-beta02")
|
implementation("androidx.compose.foundation:foundation:1.8.0-beta03")
|
||||||
implementation("androidx.compose.animation:animation:1.7.8")
|
implementation("androidx.compose.animation:animation:1.7.8")
|
||||||
implementation("androidx.compose.animation:animation-android:1.8.0-beta02")
|
implementation("androidx.compose.animation:animation-android:1.8.0-beta03")
|
||||||
implementation("androidx.compose.foundation:foundation-layout:1.7.8")
|
implementation("androidx.compose.foundation:foundation-layout:1.7.8")
|
||||||
implementation("androidx.compose.ui:ui:1.7.8")
|
implementation("androidx.compose.ui:ui:1.7.8")
|
||||||
implementation("androidx.compose.ui:ui-graphics:1.7.8")
|
implementation("androidx.compose.ui:ui-graphics:1.7.8")
|
||||||
implementation("androidx.compose.ui:ui-android:1.8.0-beta02")
|
implementation("androidx.compose.ui:ui-android:1.8.0-beta03")
|
||||||
implementation("androidx.compose.material3:material3:1.4.0-alpha08")
|
implementation("androidx.compose.material3:material3:1.4.0-alpha09")
|
||||||
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.8")
|
implementation("androidx.compose.material:material-icons-extended:1.7.8")
|
||||||
implementation("androidx.compose.material:material:1.7.8")
|
implementation("androidx.compose.material:material:1.7.8")
|
||||||
|
|
@ -122,7 +122,7 @@ dependencies {
|
||||||
implementation("androidx.room:room-ktx:2.6.1")
|
implementation("androidx.room:room-ktx:2.6.1")
|
||||||
|
|
||||||
// Datastore (Settings)
|
// Datastore (Settings)
|
||||||
implementation("androidx.datastore:datastore-preferences:1.1.2")
|
implementation("androidx.datastore:datastore-preferences:1.1.3")
|
||||||
|
|
||||||
// Splash Screen API
|
// Splash Screen API
|
||||||
implementation("androidx.core:core-splashscreen:1.0.1")
|
implementation("androidx.core:core-splashscreen:1.0.1")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue