Skip to content

Commit

Permalink
Update minimum Firefox version to 102.0
Browse files Browse the repository at this point in the history
chrome.permissions.request is only available in Firefox for Android
version 102.0. This fixes some warnings given by the linter regarding
ANDROID_INCOMPATIBLE_API.

Change-Id: I0e219789322a387ce28ed346affef611c67e9abe
  • Loading branch information
avm99963 committed Apr 12, 2023
1 parent b0f0531 commit f8d7485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/manifest.gjson
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"browser_specific_settings": {
"gecko": {
"id": "twpowertools@avm99963.com",
"strict_min_version": "57.0"
"strict_min_version": "102.0"
}
},
#endif
Expand Down

0 comments on commit f8d7485

Please sign in to comment.