Status.im Upgrade - v1.12.0

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-03-03 14:22:55 +01:00
parent 6a1fc395d7
commit 96ed815322
No known key found for this signature in database
GPG key ID: 4EF064D0E6D63020

View file

@ -32,6 +32,21 @@ Builds:
- make release-android BUILD_TYPE=release BUILD_NUMBER=$$VERCODE$$ ANDROID_APK_SIGNED=false
ANDROID_ABI_INCLUDE="armeabi-v7a;arm64-v8a;x86;x86_64"
- versionName: 1.12.0
versionCode: 2021030814
commit: 1771c3cf59f48274c41e92b4b3ce2ad70f757e57
sudo:
- sysctl fs.inotify.max_user_watches=524288
- mkdir -m 0755 /nix
- chown vagrant /nix
init: nix/scripts/setup.sh
output: result/app-release-unsigned.apk
scanignore:
- android/build.gradle
scandelete:
- ios
build: make release-fdroid BUILD_NUMBER=$$VERCODE$$
MaintainerNotes: |-
Status.im mobile app is built in a deterministic way using Nix package manager.
Because of this we disable Gradle builds via F-Droid and run `make release-android`.
@ -40,5 +55,5 @@ MaintainerNotes: |-
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 1.11.1
CurrentVersionCode: 2021021509
CurrentVersion: 1.12.0
CurrentVersionCode: 2021030814