Skip to content

Commit 99d4266

Browse files
deps android: Upgrade Android Gradle Plugin to 8.12.0, from 8.10.1
Release notes: https://developer.android.com/build/releases/past-releases/agp-8-11-0-release-notes#android-gradle-plugin-8.11.0 https://developer.android.com/build/releases/gradle-plugin#android-gradle-plugin-8.12.0 (for 8.12.0, for now) Mostly bug fixes, one notable change is that AGP version 8.12 now requires Android Studio Narwhal Feature Drop (2025.1.2).
1 parent 2e39e95 commit 99d4266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android.enableJetifier=true
66
# Defining them here makes them available both in
77
# settings.gradle and in the build.gradle files.
88

9-
agpVersion=8.10.1
9+
agpVersion=8.12.0
1010

1111
# Generally update this to the version found in recent releases
1212
# of Android Studio, as listed in this table:

0 commit comments

Comments
 (0)