mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Guileless Bopomofo to 1.8.4 (65)
This commit is contained in:
parent
a31dfbed4b
commit
55e5c1aec7
1 changed files with 21 additions and 2 deletions
|
|
@ -420,7 +420,26 @@ Builds:
|
|||
- yes
|
||||
ndk: r23b
|
||||
|
||||
- versionName: 1.8.4
|
||||
versionCode: 65
|
||||
commit: 828dbc0432fc609cd623879c50fc00b81fb217d2
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y libsqlite3-dev
|
||||
- apt-get install -y ninja-build
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- curl -Lo cmake.tar.gz https://github.com/Kitware/CMake/releases/download/v3.22.1/cmake-3.22.1-linux-x86_64.tar.gz
|
||||
- echo "73565c72355c6652e9db149249af36bcab44d9d478c5546fd926e69ad6b43640 cmake.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf cmake.tar.gz --strip-components=1 -C /usr/local/
|
||||
gradle:
|
||||
- yes
|
||||
ndk: r23b
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.8.3
|
||||
CurrentVersionCode: 64
|
||||
CurrentVersion: 1.8.4
|
||||
CurrentVersionCode: 65
|
||||
|
|
|
|||
Loading…
Reference in a new issue