Skip to content

Commit

Permalink
fix: change AGP version in libs.versions.toml for compatibility (#33)
Browse files Browse the repository at this point in the history
Changed AGP version from 8.7.0 to 8.6.1 to fix error "The project is using an incompatible version (AGP 8.7.0) of the Android Gradle plugin. Latest supported version is AGP 8.6.0" when building.
  • Loading branch information
charliemangano authored Oct 14, 2024
1 parent 3c9ecc7 commit 4c260e4
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
@@ -1,6 +1,6 @@
[versions]
# Plugins
agp = "8.7.0"
agp = "8.6.1"
bomVersion = "3.0.0"
compose = "1.0.0-beta01"
imagepicker = "2.1"
Expand Down

0 comments on commit 4c260e4

Please sign in to comment.