Skip to content

Commit

Permalink
chore(android): depend on androidx core and update v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaysood committed Feb 3, 2025
1 parent 9ee9673 commit a4fce73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ measure-android = "0.10.0-SNAPSHOT"
androidx-activity-compose = "1.7.2"
androidx-appcompat = "1.6.1"
androidx-constraintlayout = "2.1.4"
androidx-core-ktx = "1.12.0"
androidx-core-ktx = "1.15.0"
androidx-junit = "1.1.5"
androidx-compose-ui = "1.4.3"
androidx-compose-material3 = "1.0.1"
Expand Down
1 change: 1 addition & 0 deletions android/measure/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ dependencies {
implementation(libs.kotlinx.serialization.json)

implementation(libs.androidx.annotation)
implementation(libs.androidx.core.ktx)
implementation(libs.squareup.okio)
implementation(libs.squareup.curtains)

Expand Down

0 comments on commit a4fce73

Please sign in to comment.