Skip to content

Commit

Permalink
Explictly set min. version of Firefox for Android
Browse files Browse the repository at this point in the history
So that it doesn't default to 113.

mozilla/addons-linter#5071 (comment)

Following up on dddacc6
  • Loading branch information
ghostwords committed Nov 29, 2023
1 parent 8e22c3f commit 46676e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions release-utils/post-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ echo " \"version\": \"$TARGET\","
echo " \"update_link\": \"https://eff.org/files/privacy-badger-eff-$TARGET.xpi\","
echo " \"update_hash\": \"sha256:$(sha256sum "$PKG" | cut -c 1-64)\","
echo " \"browser_specific_settings\": {"
echo " \"gecko\": { \"strict_min_version\": \"78.0\" }",
echo " \"gecko_android\": {}"
echo " \"gecko\": { \"strict_min_version\": \"78.0\" },"
echo " \"gecko_android\": { \"strict_min_version\": \"78.0\" }"
echo " }"
echo "}"

Expand Down
4 changes: 3 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"id": "jid1-MnnxcxisBPnSXQ@jetpack",
"strict_min_version": "78.0"
},
"gecko_android": {}
"gecko_android": {
"strict_min_version": "78.0"
}
},
"incognito": "spanning",
"permissions": [
Expand Down

0 comments on commit 46676e5

Please sign in to comment.