mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update FlorisBoard to 0.3.14 (75)
This commit is contained in:
parent
6d1cfefda1
commit
4079aa10ce
1 changed files with 19 additions and 2 deletions
|
|
@ -101,7 +101,24 @@ Builds:
|
||||||
build: NDK=$$NDK$$ SDK=$$SDK$$ bash src/main/icu4c/floris-cc-icu4c.sh
|
build: NDK=$$NDK$$ SDK=$$SDK$$ bash src/main/icu4c/floris-cc-icu4c.sh
|
||||||
ndk: r22b
|
ndk: r22b
|
||||||
|
|
||||||
|
- versionName: 0.3.14
|
||||||
|
versionCode: 75
|
||||||
|
commit: 1c6a719aa55f945687560156717dbf3b249888f0
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless gcc g++
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scandelete:
|
||||||
|
- app/src/main/icu4c/prebuilt
|
||||||
|
- app/src/main/icu4c/src/android/icu/icu4j
|
||||||
|
build: NDK=$$NDK$$ SDK=$$SDK$$ bash src/main/icu4c/floris-cc-icu4c.sh
|
||||||
|
ndk: r22b
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags ((?!alpha|beta|rc).)*$
|
UpdateCheckMode: Tags ((?!alpha|beta|rc).)*$
|
||||||
CurrentVersion: 0.3.13
|
CurrentVersion: 0.3.14
|
||||||
CurrentVersionCode: 56
|
CurrentVersionCode: 75
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue