Skip to content

Commit eaa3c20

Browse files
rvandermeulenmergify[bot]
authored andcommitted
Update AGP to version 8.11.0
1 parent f858dcd commit eaa3c20

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

app/lint-baseline.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<issues format="6" by="lint 8.10.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.10.1)" variant="all" version="8.10.1">
2+
<issues format="6" by="lint 8.11.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.11.0)" variant="all" version="8.11.0">
3+
4+
<issue
5+
id="GestureBackNavigation"
6+
message="`onBackPressed` is no longer called for back gestures; migrate to AndroidX&apos;s backward compatible `OnBackPressedDispatcher`"
7+
errorLine1=" override fun onBackPressed() {"
8+
errorLine2=" ~~~~~~~~~~~~~">
9+
<location
10+
file="src/main/java/org/mozilla/reference/browser/BrowserActivity.kt"
11+
line="71"
12+
column="18"/>
13+
</issue>
14+
15+
<issue
16+
id="GestureBackNavigation"
17+
message="`onBackPressed` is no longer called for back gestures; migrate to AndroidX&apos;s backward compatible `OnBackPressedDispatcher`"
18+
errorLine1=" override fun onBackPressed() {"
19+
errorLine2=" ~~~~~~~~~~~~~">
20+
<location
21+
file="src/main/java/org/mozilla/reference/browser/settings/SettingsActivity.kt"
22+
line="41"
23+
column="18"/>
24+
</issue>
325

426
<issue
527
id="UsingMaterialAndMaterial3Libraries"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
android-components = "142.0.20250623212838"
44

55
# AGP
6-
android-gradle-plugin = "8.10.1"
6+
android-gradle-plugin = "8.11.0"
77

88
# Kotlin
99
kotlin = "2.2.0"

0 commit comments

Comments
 (0)