mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update chat.simplex.app to 6.1 (248)
This commit is contained in:
parent
1daa2f5495
commit
bf4ed7683a
1 changed files with 57 additions and 2 deletions
|
|
@ -1772,11 +1772,66 @@ Builds:
|
|||
- export USER=vagrant
|
||||
- ARCHES="aarch64" ./scripts/android/build-android.sh -gs
|
||||
|
||||
- versionName: '6.1'
|
||||
versionCode: 247
|
||||
commit: 7f899f661084f70a8f5e7b3b46393c8184f9b1fc
|
||||
timeout: 30000
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y xz-utils zipalign zip
|
||||
- mkdir -m 0755 /nix
|
||||
- chown vagrant /nix
|
||||
- chown -R vagrant /tmp
|
||||
init:
|
||||
- TAG=$(git tag --points-at HEAD | head -n1) && export TAG=${TAG%%-*}
|
||||
- git checkout ${TAG}-armv7a
|
||||
output: ./simplex-chat-armeabi-v7a.apk
|
||||
rm:
|
||||
- blog
|
||||
- docs
|
||||
- images
|
||||
- packages
|
||||
- website
|
||||
prebuild:
|
||||
- cp -r ./apps/multiplatform/gradle .
|
||||
- sed -i -e '/maven.pkg.jetbrains.space/d' ./apps/multiplatform/{build,settings}.gradle.kts
|
||||
- sed -i -e 's/android.version_code=.*/android.version_code=$$VERCODE$$/' ./apps/multiplatform/gradle.properties
|
||||
build:
|
||||
- gradle -v
|
||||
- export USER=vagrant
|
||||
- ARCHES="armv7a" ./scripts/android/build-android.sh -gs
|
||||
|
||||
- versionName: '6.1'
|
||||
versionCode: 248
|
||||
commit: 7f899f661084f70a8f5e7b3b46393c8184f9b1fc
|
||||
timeout: 60000
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y xz-utils zipalign zip
|
||||
- mkdir -m 0755 /nix
|
||||
- chown vagrant /nix
|
||||
- chown -R vagrant /tmp
|
||||
output: ./simplex-chat-arm64-v8a.apk
|
||||
rm:
|
||||
- blog
|
||||
- docs
|
||||
- images
|
||||
- packages
|
||||
- website
|
||||
prebuild:
|
||||
- cp -r ./apps/multiplatform/gradle .
|
||||
- sed -i -e '/maven.pkg.jetbrains.space/d' ./apps/multiplatform/{build,settings}.gradle.kts
|
||||
- sed -i -e 's/android.version_code=.*/android.version_code=$$VERCODE$$/' ./apps/multiplatform/gradle.properties
|
||||
build:
|
||||
- gradle -v
|
||||
- export USER=vagrant
|
||||
- ARCHES="aarch64" ./scripts/android/build-android.sh -gs
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+-fdroid$
|
||||
VercodeOperation:
|
||||
- '%c'
|
||||
- '%c+1'
|
||||
UpdateCheckData: apps/multiplatform/gradle.properties|android\.version_code\s*=\s*(\d+)|apps/multiplatform/gradle.properties|android\.version_name\s*=\s*([\d.]+)
|
||||
CurrentVersion: 6.0.5
|
||||
CurrentVersionCode: 242
|
||||
CurrentVersion: '6.1'
|
||||
CurrentVersionCode: 248
|
||||
|
|
|
|||
Loading…
Reference in a new issue