Update boinc to 7.18.1

This commit is contained in:
Tal Regev 2021-08-04 08:43:35 +00:00 committed by linsui
parent a400763f61
commit 0cbb92b52c

View file

@ -52,7 +52,31 @@ Builds:
- ./buildAndroidBOINC-CI.sh --silent --ci --arch x86_64
ndk: r21d
- versionName: 7.18.1
versionCode: 71801
commit: client_release/7/7.18
subdir: android/BOINC/app
sudo:
- apt-get update || apt-get update
- apt-get install -y g++
gradle:
- yes
rm:
- clientgui/res/*.zip
- clientscr/*.zip
- clientscr/progress/simt
- clientscr/progress/win/
- samples/example_app/bin/
prebuild:
- sed -i -e 's/versionCode buildVersionCode.*/versionCode $$VERCODE$$/' build.gradle
- sed -i -e 's/versionName buildVersionName.*/versionName "$$VERSION$$"/' build.gradle
- sed -i -e '/xiaomi_.* {/,/}/d' build.gradle
build:
- cd ../../..
- android/ci_build_client.sh
- rm -rf 3rdParty/android/ 3rdParty/buildCache/ /tmp/ndk_*.zip
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 7.16.16
CurrentVersionCode: 71616
CurrentVersion: 7.18.1
CurrentVersionCode: 71801