Commit 2e7e795
committed
deps android: Upgrade Android Gradle Plugin to 8.9.1, from 8.5.2
Release notes:
https://developer.android.com/build/releases/past-releases/agp-8-6-0-release-notes
https://developer.android.com/build/releases/past-releases/agp-8-7-0-release-notes
https://developer.android.com/build/releases/past-releases/agp-8-8-0-release-notes
https://developer.android.com/build/releases/gradle-plugin (for 8.9, for now)
Changes mostly seem to be bug fixes to various components.
One notable change is that AGP version 8.9 now requires
Android Studio Meerkat (2024.3.1 Patch 1).
Additionally, use the new extension `toUri` to make the linter
happy.1 parent 1761e0e commit 2e7e795
File tree
2 files changed
+4
-3
lines changed- android
- app/src/main/kotlin/com/zulip/flutter
2 files changed
+4
-3
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
202 | | - | |
| 203 | + | |
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments