mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
PhotoChiotte update NDK r29
This commit is contained in:
parent
5360b44787
commit
a83cb47bec
1 changed files with 25 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
Categories:
|
||||
- Draw
|
||||
- Gallery
|
||||
- Graphics
|
||||
- Multimedia
|
||||
- Wallpaper
|
||||
License: GPL-3.0-only
|
||||
|
|
@ -1267,7 +1269,28 @@ Builds:
|
|||
.
|
||||
ndk: r28c
|
||||
|
||||
- versionName: '1.69'
|
||||
versionCode: 70
|
||||
commit: 41a3683b962ae550cc6506f7b95c4c4b0fa1a168
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y meson ninja-build -t bookworm-backports
|
||||
- apt-get install -y autoconf automake libtool make nasm pkg-config autopoint
|
||||
cmake python3-markupsafe python3-jsonschema python3-jinja2 gperf
|
||||
gradle:
|
||||
- flavorA
|
||||
prebuild:
|
||||
- rm -vf ../*.bin
|
||||
- echo "F-Droid uses AGP 8.11.1"
|
||||
- sed -i -e 's/.com.android.tools.build:gradle:.*/"com.android.tools.build:gradle:8.11.1"/'
|
||||
../build.gradle
|
||||
build:
|
||||
- cd ..
|
||||
- bash dlbuild.sh all
|
||||
ndk: r29
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.68'
|
||||
CurrentVersionCode: 69
|
||||
CurrentVersion: '1.69'
|
||||
CurrentVersionCode: 70
|
||||
|
|
|
|||
Loading…
Reference in a new issue