Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Bump dependencies to latest stable release
Browse files Browse the repository at this point in the history
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
  • Loading branch information
theimpulson committed Apr 21, 2024
1 parent 6268c7c commit 95af01e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ configure<org.jlleitschuh.gradle.ktlint.KtlintExtension> {

dependencies {

implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.activity:activity-compose:1.8.2")
implementation(platform("androidx.compose:compose-bom:2024.04.00"))
implementation("androidx.core:core-ktx:1.13.0")
implementation("androidx.activity:activity-compose:1.9.0")
implementation(platform("androidx.compose:compose-bom:2024.04.01"))
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-util")
implementation("androidx.compose.ui:ui-graphics")
Expand All @@ -104,7 +104,7 @@ dependencies {
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
androidTestImplementation(platform("androidx.compose:compose-bom:2024.04.00"))
androidTestImplementation(platform("androidx.compose:compose-bom:2024.04.01"))
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")
Expand Down Expand Up @@ -140,7 +140,7 @@ dependencies {
implementation("androidx.browser:browser:1.8.0")

// Material
implementation("androidx.compose.material:material:1.6.5")
implementation("androidx.compose.material:material:1.6.6")
implementation("com.google.android.material:material:1.11.0")

// Hilt
Expand Down

0 comments on commit 95af01e

Please sign in to comment.