mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Mull to 96.1.1
This commit is contained in:
parent
af927df03d
commit
c35d3a7528
1 changed files with 53 additions and 3 deletions
|
|
@ -426,6 +426,56 @@ Builds:
|
|||
build: $$MullBuild$$/build.sh
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 96.1.1
|
||||
versionCode: 2961100
|
||||
commit: v96.1.1
|
||||
timeout: 14400
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless g++ python-setuptools tcl gyp ninja-build
|
||||
libffi-dev libsqlite3-dev
|
||||
- update-alternatives --auto java
|
||||
output: app/build/outputs/apk/release/app-*-release-unsigned.apk
|
||||
srclibs:
|
||||
- MozAndroidComponents@v96.0.11
|
||||
- MozAndroidComponentsAS@v94.0.0
|
||||
- MozAppServices@v86.2.1
|
||||
- MullBuild@v96.1.1
|
||||
- MozFennec@FIREFOX_96_0_RELEASE
|
||||
- MozGlean@v42.0.1
|
||||
- MozGleanAS@v41.1.1
|
||||
- pyenv@v2.2.3
|
||||
- rustup@1.24.3
|
||||
- wasi-sdk@f0d40b6491efc1e2332f55eb22e6292abdce4335
|
||||
prebuild: $$MullBuild$$/prebuild.sh $$VERSION$$ $$VERCODE$$
|
||||
build: $$MullBuild$$/build.sh
|
||||
ndk: r21d
|
||||
|
||||
- versionName: 96.1.1
|
||||
versionCode: 2961120
|
||||
commit: v96.1.1
|
||||
timeout: 14400
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless g++ python-setuptools tcl gyp ninja-build
|
||||
libffi-dev libsqlite3-dev
|
||||
- update-alternatives --auto java
|
||||
output: app/build/outputs/apk/release/app-*-release-unsigned.apk
|
||||
srclibs:
|
||||
- MozAndroidComponents@v96.0.11
|
||||
- MozAndroidComponentsAS@v94.0.0
|
||||
- MozAppServices@v86.2.1
|
||||
- MullBuild@v96.1.1
|
||||
- MozFennec@FIREFOX_96_0_RELEASE
|
||||
- MozGlean@v42.0.1
|
||||
- MozGleanAS@v41.1.1
|
||||
- pyenv@v2.2.3
|
||||
- rustup@1.24.3
|
||||
- wasi-sdk@f0d40b6491efc1e2332f55eb22e6292abdce4335
|
||||
prebuild: $$MullBuild$$/prebuild.sh $$VERSION$$ $$VERCODE$$
|
||||
build: $$MullBuild$$/build.sh
|
||||
ndk: r21d
|
||||
|
||||
MaintainerNotes: |4-
|
||||
|
||||
Version code scheme:
|
||||
|
|
@ -443,10 +493,10 @@ MaintainerNotes: |4-
|
|||
* MozAndroidComponentsAS: `android_components_version` in https://github.com/mozilla/application-services/blob/$MozAppServices/build.gradle
|
||||
* MozGleanAS: `mozilla_glean` in https://github.com/mozilla-mobile/android-components/blob/$MozAndroidComponentsAS/buildSrc/src/main/java/Dependencies.kt
|
||||
* pyenv: https://github.com/pyenv/pyenv/releases
|
||||
* rustup: https://github.com/rust-lang/rustup/releases
|
||||
* rustup: https://github.com/rust-lang/rustup/tags
|
||||
|
||||
ArchivePolicy: 4 versions
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 95.2.0
|
||||
CurrentVersionCode: 2952020
|
||||
CurrentVersion: 96.1.1
|
||||
CurrentVersionCode: 2961120
|
||||
|
|
|
|||
Loading…
Reference in a new issue