Skip to content

Commit

Permalink
Update androidx.compose to v1.5.4 (#288)
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 18, 2023
1 parent 6d42081 commit efcb103
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 @@ -86,10 +86,10 @@ dependencies {
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.activity:activity-compose:1.8.0'
def compose = "1.5.3"
def compose = "1.5.4"
implementation "androidx.compose.ui:ui:$compose"
implementation "androidx.compose.foundation:foundation:1.5.3"
implementation "androidx.compose.material:material:1.5.3"
implementation "androidx.compose.foundation:foundation:1.5.4"
implementation "androidx.compose.material:material:1.5.4"
implementation "androidx.compose.ui:ui-tooling:$compose"

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

0 comments on commit efcb103

Please sign in to comment.