mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Element to 1.4.20
This commit is contained in:
parent
e645fe8131
commit
ef46d72de1
1 changed files with 38 additions and 2 deletions
|
|
@ -739,6 +739,42 @@ Builds:
|
||||||
- cp -r node_modules/jsc-android/dist/org/webkit/android-jsc "$HOME/.m2/repository/org/webkit"
|
- cp -r node_modules/jsc-android/dist/org/webkit/android-jsc "$HOME/.m2/repository/org/webkit"
|
||||||
ndk: r21d
|
ndk: r21d
|
||||||
|
|
||||||
|
- versionName: 1.4.20
|
||||||
|
versionCode: 40104200
|
||||||
|
commit: v1.4.20
|
||||||
|
subdir: vector
|
||||||
|
sudo:
|
||||||
|
- curl -Lo node.tar.xz https://nodejs.org/dist/v16.14.2/node-v16.14.2-linux-x64.tar.xz
|
||||||
|
- echo "e40c6f81bfd078976d85296b5e657be19e06862497741ad82902d0704b34bb1b node.tar.xz"
|
||||||
|
| sha256sum -c -
|
||||||
|
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y -t stretch-backports jq openjdk-11-jdk-headless openjdk-11-jre-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288
|
||||||
|
- sysctl -p
|
||||||
|
patch:
|
||||||
|
- build_gradle_remove_jitsi_repo_40104160.patch
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
srclibs:
|
||||||
|
- jitsi-meet@android-sdk-5.0.2
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/com.google.gms.google-services/d' build.gradle ../build.gradle
|
||||||
|
- sed -i -e 's/enable true/enable false/g' build.gradle
|
||||||
|
- sed -i -e '/repositories {/a\ mavenLocal()' ../build.gradle
|
||||||
|
- sed -i -e '/gplayImplementation(.*) {/,/}/d; /gplayImplementation/d' build.gradle
|
||||||
|
build:
|
||||||
|
- cd $$jitsi-meet$$
|
||||||
|
- export LIBRE_BUILD=true
|
||||||
|
- npm install --save false webpack-bundle-analyzer
|
||||||
|
- npm ci
|
||||||
|
- mkdir -p "$HOME/.m2"
|
||||||
|
- bash android/scripts/release-sdk.sh "$HOME/.m2/repository"
|
||||||
|
- mkdir -p "$HOME/.m2/repository/org/webkit"
|
||||||
|
- cp -r node_modules/jsc-android/dist/org/webkit/android-jsc "$HOME/.m2/repository/org/webkit"
|
||||||
|
ndk: r21d
|
||||||
|
|
||||||
MaintainerNotes: Do not update unless requested by the Element team! The Element team
|
MaintainerNotes: Do not update unless requested by the Element team! The Element team
|
||||||
will ping us whenever they feel a new release is ready. See https://github.com/vector-im/element-android/issues/3728
|
will ping us whenever they feel a new release is ready. See https://github.com/vector-im/element-android/issues/3728
|
||||||
as an example of their release process. AntiFeature NonFreeNet is added because
|
as an example of their release process. AntiFeature NonFreeNet is added because
|
||||||
|
|
@ -747,5 +783,5 @@ MaintainerNotes: Do not update unless requested by the Element team! The Element
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: 1.4.19
|
CurrentVersion: 1.4.20
|
||||||
CurrentVersionCode: 40104190
|
CurrentVersionCode: 40104200
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue