Skip to content

Commit

Permalink
chore(deps): upgrade AGP to 8.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Oct 21, 2024
1 parent ab402b8 commit 2c51436
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.7.0"
agp = "8.7.1"
androidxJunit = "1.2.1"
androidxTestRules = "1.6.1"
androidxTestRunner = "1.6.2"
Expand Down Expand Up @@ -27,6 +27,7 @@ androidx-navigation-ui-ktx = { module = "androidx.navigation:navigation-ui-ktx",
androidx-preference-ktx = { module = "androidx.preference:preference-ktx", version.ref = "preferenceKtx" }
androidx-rules = { module = "androidx.test:rules", version.ref = "androidxTestRules" }
androidx-runner = { module = "androidx.test:runner", version.ref = "androidxTestRunner" }
android-gradle = { module = "com.android.tools.build:gradle", version.ref = "agp" }
guava = { module = "com.google.guava:guava", version.ref = "guava" }
junit = { module = "junit:junit", version.ref = "junit" }

Expand Down

0 comments on commit 2c51436

Please sign in to comment.