Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Update dependency androidx.core:core-ktx to v1.12.0-rc01
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 10, 2023
1 parent 4c4eec1 commit 01c2f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ dependencies {
implementation("androidx.compose.material3:material3-window-size-class")
implementation("androidx.compose.ui:ui-util")

implementation("androidx.core:core-ktx:1.12.0-beta01")
implementation("androidx.core:core-ktx:1.12.0-rc01")

implementation("androidx.constraintlayout:constraintlayout-compose:1.1.0-alpha12")
implementation("androidx.coordinatorlayout:coordinatorlayout:1.2.0")
Expand Down

0 comments on commit 01c2f3e

Please sign in to comment.