Files
IronFox/scripts/versions.sh
celenity 94147e1786 IronFox v147.0.3
ironfox-oss/IronFox!123
____

## Changes

- Updated to Firefox [`147.0.3`](https://firefox.com/firefox/android/147.0.3/releasenotes/).
- Backported a fix for [an upstream bug](https://bugzilla.mozilla.org/show_bug.cgi?id=2013976) to ensure that canvas data is properly randomized.
- Fixed [an issue](https://gitlab.com/ironfox-oss/IronFox/-/issues/231) that prevented `tel` links from opening the dialer app.
- Various improvements to the build process.
- Other minor tweaks, fixes, and refinements.

MR-author: celenity <celenity@celenity.dev>
Co-authored-by: Weblate <hosted@weblate.org>
Approved-by: celenity <celenity@celenity.dev>
Merged-by: celenity <celenity@celenity.dev>
2026-02-05 22:28:55 +00:00

94 lines
2.9 KiB
Bash

# Sources
## Firefox
### https://github.com/mozilla-firefox/firefox
### (This commit corresponds to https://github.com/mozilla-firefox/firefox/releases/tag/FIREFOX-ANDROID_147_0_3_RELEASE)
FIREFOX_COMMIT='cd3b8173f16a0d8d2ef764a8840ef20209ad4d9f'
FIREFOX_VERSION='147.0.3'
IRONFOX_VERSION="${FIREFOX_VERSION}"
## Application Services
### https://github.com/mozilla/application-services
APPSERVICES_COMMIT='602d2d443957ea8d2e489eb0ffb54d4edf65a31b'
APPSERVICES_VERSION='v147.0.1'
## firefox-l10n
### https://github.com/mozilla-l10n/firefox-l10n
### NOTE: This repo is updated several times a day...
### so I think best approach here will be for us to just update it alongside new releases
L10N_COMMIT='c476a531734e1f30560d7505c27cf386dca6240f'
## Glean
### https://github.com/mozilla/glean
GLEAN_COMMIT='e95d7e50678aaa678b9556f4b8b98cdadc0f1c07'
GLEAN_VERSION='v66.2.0'
## microG
### https://github.com/microg/GmsCore
GMSCORE_COMMIT='cbb8dcfbe8e6155ef6e2276636a94f902041485f'
GMSCORE_VERSION='v0.3.12.250932'
## Phoenix
### https://gitlab.com/celenityy/Phoenix
PHOENIX_COMMIT='964d320422c481ef5ff31c1a1ae0301e4e1c36e2'
PHOENIX_VERSION='2026.01.21.1'
## uniffi-rs (Tor)
### https://gitlab.torproject.org/tpo/applications/uniffi-rs
UNIFFI_COMMIT='9f392cbaa07aaf83160e94ece2a32d3e9fef22e4'
UNIFFI_VERSION='0.29.0'
## UnifiedPush-AC
### https://gitlab.com/ironfox-oss/unifiedpush-ac
UNIFIEDPUSHAC_COMMIT='6794240412190535fc2791fbb87fef7bb4c9c0b7'
## WASI SDK
### https://github.com/WebAssembly/wasi-sdk
WASI_COMMIT='935fe1acd2fcd7ea4aed2d5ee4527482862b6344'
WASI_VERSION='20'
# Tools
## Android SDK
### (for reference: https://searchfox.org/firefox-main/source/python/mozboot/mozboot/android.py)
ANDROID_BUILDTOOLS_VERSION='36.1.0'
ANDROID_NDK_REVISION='29.0.14206865' # r29
ANDROID_PLATFORM_VERSION='36.1'
ANDROID_SDK_REVISION='13114758'
### This is used for ex. setting microG's compile SDK and target SDK version
ANDROID_SDK_TARGET='36'
## Bundletool
### https://github.com/google/bundletool
BUNDLETOOL_VERSION='1.18.3'
## cbindgen
### https://docs.rs/crate/cbindgen/latest
CBINDGEN_VERSION='0.29.2'
## Gradle (F-Droid)
### https://gitlab.com/fdroid/gradlew-fdroid
GRADLE_COMMIT='e55f371891e02a45ee65d18cabc81aaf665c96d0'
## Rust
### https://releases.rs/
RUST_MAJOR_VERSION='1.93'
RUST_VERSION="${RUST_MAJOR_VERSION}.0"
#RUST_MAJOR_VERSION='1.91.1'
#RUST_VERSION="${RUST_MAJOR_VERSION}"
# For prebuilds
## https://gitlab.com/ironfox-oss/prebuilds
PREBUILDS_COMMIT='b76a3b2a8f3124e9297036e3b27802a47c0263a4'
UNIFFI_LINUX_IRONFOX_COMMIT='b76a3b2a8f3124e9297036e3b27802a47c0263a4'
UNIFFI_LINUX_IRONFOX_REVISION='4'
UNIFFI_OSX_IRONFOX_COMMIT='97f5fb17ea756670c452e832ae3fca80d0498a82'
UNIFFI_OSX_IRONFOX_REVISION='4'
WASI_LINUX_IRONFOX_COMMIT='b76a3b2a8f3124e9297036e3b27802a47c0263a4'
WASI_LINUX_IRONFOX_REVISION='4'
WASI_OSX_IRONFOX_COMMIT='97f5fb17ea756670c452e832ae3fca80d0498a82'
WASI_OSX_IRONFOX_REVISION='3'