Skip to content

Commit

Permalink
Update Update Androidx (#346)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 11ee25d commit 171ce58
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,22 @@ android {
dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0"

implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.core:core-ktx:1.15.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.activity:activity-compose:1.9.3'
def compose = "1.7.4"
def compose = "1.7.5"
implementation "androidx.compose.ui:ui:$compose"
implementation "androidx.compose.foundation:foundation:1.7.4"
implementation "androidx.compose.material:material:1.7.4"
implementation "androidx.compose.material:material-icons-core:1.7.4"
implementation "androidx.compose.foundation:foundation:1.7.5"
implementation "androidx.compose.material:material:1.7.5"
implementation "androidx.compose.material:material-icons-core:1.7.5"
implementation "androidx.compose.ui:ui-tooling:$compose"

implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
def lifecycle = "2.8.6"
def lifecycle = "2.8.7"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle"
implementation "androidx.lifecycle:lifecycle-runtime-compose:$lifecycle"
implementation 'androidx.fragment:fragment-ktx:1.8.4'
implementation 'androidx.fragment:fragment-ktx:1.8.5'
def nav_version = "2.8.3"
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
Expand Down

0 comments on commit 171ce58

Please sign in to comment.