mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update build for Unalix 0.8
This commit is contained in:
parent
d99a5b94bb
commit
ba4240ebc0
1 changed files with 18 additions and 2 deletions
|
|
@ -104,7 +104,23 @@ Builds:
|
|||
- ./tool build wrapper --architecture:amd64
|
||||
ndk: r23b
|
||||
|
||||
- versionName: '0.8'
|
||||
versionCode: 9
|
||||
commit: 7b4d7adf1181251ca195189a2408c04a5734cd9f
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- app/src/main/cpp/bearssl/T0Comp.exe
|
||||
prebuild: sed -i '/splits {/,/^\t}/d' build.gradle
|
||||
ndk: r24
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '0.7'
|
||||
CurrentVersionCode: 8
|
||||
CurrentVersion: '0.8'
|
||||
CurrentVersionCode: 9
|
||||
|
|
|
|||
Loading…
Reference in a new issue