Skip to content
Snippets Groups Projects
Commit de0116fd authored by Nicolas Vigier's avatar Nicolas Vigier Committed by Matthew Finkel
Browse files

Bug 40290: Update components for mozilla89-based Fenix (fenix part)

parent aaec7d95
No related branches found
No related tags found
No related merge requests found
......@@ -8,14 +8,14 @@ gpg_keyring: torbutton.gpg
variant: Release
var:
fenix_version: 88.1.3
fenix_version: 89.1.1
torbrowser_branch: 10.0
git_branch: 'tor-browser-[% c("var/fenix_version") %]-[% c("var/torbrowser_branch") %]-1'
copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
container:
use_container: 1
# This should be updated when the list of gradle dependencies is changed.
gradle_dependencies_version: 26
gradle_dependencies_version: 27
gradle_version: 6.5.1
glean_parser: 2.2.0
......@@ -56,8 +56,8 @@ input_files:
steps:
list_toolchain_updates:
git_url: https://github.com/mozilla-mobile/fenix.git
git_hash: v89.0.0-beta.5
#git_url: https://github.com/mozilla-mobile/fenix.git
#git_hash: v89.1.1
tag_gpg_id: 0
input_files: []
var:
......
This diff is collapsed.
......@@ -20,7 +20,7 @@ if (m/const\\s+val\\s+targetSdkVersion\\s+=\\s+([^"]+)/) {
}
EOF
needed=$(cat buildSrc/src/main/java/Config.kt | perl -ne "$p")
current=29
current=30
check_update_needed targetSdkVersion "$needed" "$current"
......@@ -32,7 +32,7 @@ if (m/const\\s+val\\s+compileSdkVersion\\s+=\\s+([^"]+)/) {
}
EOF
needed=$(cat buildSrc/src/main/java/Config.kt | perl -ne "$p")
current=29
current=30
check_update_needed compileSdkVersion "$needed" "$current"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment