Skip to content

Commit

Permalink
Bump androidx.compose:compose-bom from 2023.09.02 to 2024.09.02
Browse files Browse the repository at this point in the history
Bumps androidx.compose:compose-bom from 2023.09.02 to 2024.09.02.

---
updated-dependencies:
- dependency-name: androidx.compose:compose-bom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 51c6cb6 commit 0e28599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dependencies {
implementation("io.github.jan-tennert.supabase:compose-auth-ui")


def composeBom = platform('androidx.compose:compose-bom:2023.09.02')
def composeBom = platform('androidx.compose:compose-bom:2024.09.02')
implementation(composeBom)
androidTestImplementation(composeBom)

Expand Down

0 comments on commit 0e28599

Please sign in to comment.