Skip to content

Commit

Permalink
Update Update Androidx
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 3268a80 commit 30c4164
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ dependencies {

implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.activity:activity-compose:1.9.2'
def compose = "1.7.3"
implementation 'androidx.activity:activity-compose:1.9.3'
def compose = "1.7.4"
implementation "androidx.compose.ui:ui:$compose"
implementation "androidx.compose.foundation:foundation:1.7.3"
implementation "androidx.compose.material:material:1.7.3"
implementation "androidx.compose.material:material-icons-core:1.7.3"
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.ui:ui-tooling:$compose"

implementation 'androidx.appcompat:appcompat:1.7.0'
Expand All @@ -89,7 +89,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle"
implementation "androidx.lifecycle:lifecycle-runtime-compose:$lifecycle"
implementation 'androidx.fragment:fragment-ktx:1.8.4'
def nav_version = "2.8.2"
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 30c4164

Please sign in to comment.