mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update IITC Mobile to 0.35.1 (1686730183)
This commit is contained in:
parent
84765f59a4
commit
ee0c0b1a17
1 changed files with 28 additions and 2 deletions
|
|
@ -145,8 +145,34 @@ Builds:
|
||||||
- deactivate
|
- deactivate
|
||||||
- rm -rf env
|
- rm -rf env
|
||||||
|
|
||||||
|
- versionName: 0.35.1
|
||||||
|
versionCode: 1686730183
|
||||||
|
commit: v0.35.1
|
||||||
|
subdir: mobile/app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y build-essential libffi-dev libltdl-dev libssl-dev virtualenv
|
||||||
|
zlib1g-dev
|
||||||
|
- cd build/srclib/cpython
|
||||||
|
- ./configure
|
||||||
|
- make -j`nproc`
|
||||||
|
- make altinstall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- cpython@v3.7.7
|
||||||
|
prebuild:
|
||||||
|
- cd ../..
|
||||||
|
- virtualenv --python=python3.7 env
|
||||||
|
- source env/bin/activate
|
||||||
|
- echo "builds={'fdroid':{'post_build':['build_mobile.py'],'gradle_buildtype':'copyonly'}}"
|
||||||
|
>> localbuildsettings.py
|
||||||
|
- ./build.py fdroid
|
||||||
|
- deactivate
|
||||||
|
- rm -rf env
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://iitc.app/build/release/version_fdroid.txt|versionCode=(\d+)|.|versionName=(.+)
|
UpdateCheckData: https://iitc.app/build/release/version_fdroid.txt|versionCode=(\d+)|.|versionName=(.+)
|
||||||
CurrentVersion: 0.35.0
|
CurrentVersion: 0.35.1
|
||||||
CurrentVersionCode: 1680026393
|
CurrentVersionCode: 1686730183
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue