🛠️ Various dependencies update
* Updated androidx dependencies
This commit is contained in:
parent
1b0996b135
commit
3262ccf549
8 changed files with 13 additions and 21 deletions
|
|
@ -88,26 +88,25 @@ dependencies {
|
|||
|
||||
// Default
|
||||
implementation("androidx.core:core-ktx:1.13.1")
|
||||
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.5")
|
||||
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.6")
|
||||
implementation("androidx.activity:activity-compose:1.9.2")
|
||||
|
||||
// Compose BOM libraries
|
||||
// Compose BOM was eliminated - it is recognized as Closed Source in AboutLibraries.
|
||||
implementation("androidx.compose.foundation:foundation:1.7.1")
|
||||
implementation("androidx.compose.animation:animation:1.7.1")
|
||||
implementation("androidx.compose.animation:animation-android:1.7.1")
|
||||
implementation("androidx.compose.foundation:foundation-layout:1.7.1")
|
||||
implementation("androidx.compose.ui:ui:1.7.1")
|
||||
implementation("androidx.compose.ui:ui-graphics:1.7.1")
|
||||
implementation("androidx.compose.ui:ui-tooling-preview:1.7.1")
|
||||
implementation("androidx.compose.ui:ui-android:1.7.1")
|
||||
implementation("androidx.compose.foundation:foundation:1.7.2")
|
||||
implementation("androidx.compose.animation:animation:1.7.2")
|
||||
implementation("androidx.compose.animation:animation-android:1.7.2")
|
||||
implementation("androidx.compose.foundation:foundation-layout:1.7.2")
|
||||
implementation("androidx.compose.ui:ui:1.7.2")
|
||||
implementation("androidx.compose.ui:ui-graphics:1.7.2")
|
||||
implementation("androidx.compose.ui:ui-android:1.7.2")
|
||||
implementation("androidx.compose.material3:material3:1.3.0")
|
||||
implementation("androidx.compose.material3:material3-window-size-class:1.3.0")
|
||||
implementation("androidx.compose.material:material-icons-extended:1.7.1")
|
||||
implementation("androidx.compose.material:material:1.7.1")
|
||||
implementation("androidx.compose.material:material-icons-extended:1.7.2")
|
||||
implementation("androidx.compose.material:material:1.7.2")
|
||||
|
||||
// All dependencies
|
||||
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.5")
|
||||
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.6")
|
||||
implementation("com.google.accompanist:accompanist-swiperefresh:0.34.0")
|
||||
|
||||
// Dagger - Hilt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue