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

Commit

Permalink
fix(deps): update dependency androidx.test.ext:junit to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent e0bafa3 commit c3603d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ androidGradlePlugin = "8.5.0"
bom-compose = { group = "androidx.compose", name = "compose-bom", version.ref = "bomCompose" }

androidx-core = { module = "androidx.core:core-ktx", version.ref = "activity" }
androidx-junit = { module = "androidx.test.ext:junit", version = "1.2.0" }
androidx-junit = { module = "androidx.test.ext:junit", version = "1.2.1" }
androidx-material = { module = "com.google.android.material:material", version = "1.12.0" }

compose-activity = { group = "androidx.activity", name = "activity-compose" }
Expand Down

0 comments on commit c3603d8

Please sign in to comment.