File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?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' 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' 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 >
3
25
4
26
<issue
5
27
id =" UsingMaterialAndMaterial3Libraries"
Original file line number Diff line number Diff line change 3
3
android-components = " 142.0.20250623212838"
4
4
5
5
# AGP
6
- android-gradle-plugin = " 8.10.1 "
6
+ android-gradle-plugin = " 8.11.0 "
7
7
8
8
# Kotlin
9
9
kotlin = " 2.2.0"
You can’t perform that action at this time.
0 commit comments