Skip to content

Commit

Permalink
Update Update Androidx to v1.6.5 (#326)
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] committed Apr 3, 2024
1 parent 7aef4db commit f1c97c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ dependencies {
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.activity:activity-compose:1.8.2'
def compose = "1.6.4"
def compose = "1.6.5"
implementation "androidx.compose.ui:ui:$compose"
implementation "androidx.compose.foundation:foundation:1.6.4"
implementation "androidx.compose.material:material:1.6.4"
implementation "androidx.compose.foundation:foundation:1.6.5"
implementation "androidx.compose.material:material:1.6.5"
implementation "androidx.compose.ui:ui-tooling:$compose"

implementation 'androidx.appcompat:appcompat:1.6.1'
Expand Down

0 comments on commit f1c97c3

Please sign in to comment.