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 Dec 11, 2024
1 parent 2d4f7d1 commit f7baca0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ dependencies {
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.5"
def compose = "1.7.6"
implementation "androidx.compose.ui:ui:$compose"
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.foundation:foundation:1.7.6"
implementation "androidx.compose.material:material:1.7.6"
implementation "androidx.compose.material:material-icons-core:1.7.6"
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.5'
def nav_version = "2.8.4"
def nav_version = "2.8.5"
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"

Expand Down

0 comments on commit f7baca0

Please sign in to comment.