Skip to content

Commit

Permalink
Update Update Androidx to v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent 25c16b4 commit 023d572
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.2"
def compose = "1.6.3"
implementation "androidx.compose.ui:ui:$compose"
implementation "androidx.compose.foundation:foundation:1.6.2"
implementation "androidx.compose.material:material:1.6.2"
implementation "androidx.compose.foundation:foundation:1.6.3"
implementation "androidx.compose.material:material:1.6.3"
implementation "androidx.compose.ui:ui-tooling:$compose"

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

0 comments on commit 023d572

Please sign in to comment.