Skip to content

Commit

Permalink
Update Update Androidx to v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 25, 2024
1 parent e07544b commit 9eb6612
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.2'
def compose = "1.6.1"
def compose = "1.6.2"
implementation "androidx.compose.ui:ui:$compose"
implementation "androidx.compose.foundation:foundation:1.6.1"
implementation "androidx.compose.material:material:1.6.1"
implementation "androidx.compose.foundation:foundation:1.6.2"
implementation "androidx.compose.material:material:1.6.2"
implementation "androidx.compose.ui:ui-tooling:$compose"

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

0 comments on commit 9eb6612

Please sign in to comment.