Skip to content

Commit 1bea14d

Browse files
rajveermalviyagnprice
authored andcommitted
deps android: Upgrade Android Gradle Plugin to 8.5.2
Release notes: https://developer.android.com/build/releases/past-releases/agp-8-2-0-release-notes https://developer.android.com/build/releases/past-releases/agp-8-3-0-release-notes https://developer.android.com/build/releases/past-releases/agp-8-4-0-release-notes https://developer.android.com/build/releases/gradle-plugin (for 8.5, for now) Some of the release notes (especially 8.2) are very thin; it's not clear if there are other changes that aren't being described, or if they just didn't change much. Changes possibly affecting us: * 8.3 adds "precise resource shrinking", which seems to be an additional form of resource shrinking. * As usual, a new AGP version requires a new Android Studio version. AGP 8.5 requires Android Studio Koala. [greg: added reading of release notes] Fixes: #879
1 parent 9b4f796 commit 1bea14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/gradle.properties

+1-1
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.1.4
9+
agpVersion=8.5.2
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)