diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e2804253b..af01fbaf2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ designcompose = "0.31.0-SNAPSHOT" jvmToolchain = "17" ndk = "27.0.12077973" #Android Gradle Plugin -agp = "8.4.2" +agp = "8.7.0" # The minimum supported AGP version for DesignCompose Apps agp-minSupported = "8.4.2" @@ -56,7 +56,7 @@ junit5 = "5.11.1" truth = "1.4.4" spotless = "6.25.0" robolectric = "4.13" -roborazzi = "1.26.0" +roborazzi = "1.27.0" androidx-material3 = "1.3.0" # Keep in sync with the "Install Protoc" steps in .github/workflows protoc = "4.28.2"