Skip to content

Commit

Permalink
Merge branch 'master' into log
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Dec 2, 2024
2 parents a6c5fd0 + 9c7654f commit 2aaf721
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions recipes/ch.threema.app.libre.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
repository: https://github.com/threema-ch/threema-android.git
updates: tags:([\d.]+)
updates: checkonly:tags:([\d.]+)
notes:
- 'FIXME: no APK for 5.6.2'
- 'FIXME: JARs & AARs'
versions:
- tag: 5.2.3
Expand Down Expand Up @@ -276,30 +277,3 @@ versions:
platform_tools:
tools:
verify_gradle_wrapper: true
- tag: 5.6.2
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 2aaf721

Please sign in to comment.