mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update IITC Mobile to 0.34.0 (1668687390)
This commit is contained in:
parent
a35d291e76
commit
7d3bdcfeb4
1 changed files with 28 additions and 2 deletions
|
|
@ -67,8 +67,34 @@ Builds:
|
|||
- deactivate
|
||||
- rm -rf env
|
||||
|
||||
- versionName: 0.34.0
|
||||
versionCode: 1668687390
|
||||
commit: v0.34.0
|
||||
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
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://iitc.app/build/release/version_fdroid.txt|versionCode=(\d+)|.|versionName=(.+)
|
||||
CurrentVersion: 0.33.0
|
||||
CurrentVersionCode: 1658941276
|
||||
CurrentVersion: 0.34.0
|
||||
CurrentVersionCode: 1668687390
|
||||
|
|
|
|||
Loading…
Reference in a new issue