mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
chat.simplex.app: skip 6.2.2 release
This commit is contained in:
parent
8e83657311
commit
3aa5cdb419
1 changed files with 0 additions and 55 deletions
|
|
@ -1963,61 +1963,6 @@ Builds:
|
|||
- export USER=vagrant
|
||||
- ARCHES="aarch64" ./scripts/android/build-android.sh -gs
|
||||
|
||||
- versionName: 6.2.2
|
||||
versionCode: 263
|
||||
commit: 7d0768457ebe50c14021e332b4c4e5f2d5eb1587
|
||||
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
|
||||
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.2.2
|
||||
versionCode: 264
|
||||
commit: 7d0768457ebe50c14021e332b4c4e5f2d5eb1587
|
||||
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
|
||||
|
||||
- versionName: 6.2.3
|
||||
versionCode: 265
|
||||
commit: ce76c00c69f5a410944d5fbde3787497a71193b5
|
||||
|
|
|
|||
Loading…
Reference in a new issue