Skip to content

Commit

Permalink
Update recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Nov 21, 2024
1 parent 699173e commit 17806b3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions recipes/ch.threema.app.libre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,30 @@ versions:
platform_tools:
tools:
verify_gradle_wrapper: true
- tag: 5.6.1
apks:
- apk_pattern: ch\.threema\.app\.libre-([\d.]+)l\.apk
apk_url: https://releases.threema.ch/fdroid/repo/ch.threema.app.libre-$$TAG:1$$l.apk
build:
- sed -r '/abi \{/,/}/ s/enable true/enable false/' -i app/build.gradle
- ./gradlew assembleLibreRelease
- mv app/build/outputs/apk/libre/release/app-libre-release-unsigned.apk /outputs/unsigned.apk
build_home_dir: /build
build_repo_dir: /build/repo
build_user: build
provisioning:
android_home: /opt/sdk
build_tools:
cmake:
cmdline_tools:
version: '12.0'
url: https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip
sha256: 2d2d50857e4eb553af5a6dc3ad507a17adf43d115264b1afc116f95c92e5e258
extra_packages: []
image: debian:bookworm-slim
jdk: openjdk-17-jdk-headless
ndk:
platform:
platform_tools:
tools:
verify_gradle_wrapper: true

0 comments on commit 17806b3

Please sign in to comment.