Skip to content

Commit

Permalink
Update recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Dec 12, 2024
1 parent 0e73428 commit f16df6b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions recipes/me.hackerchick.catima.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,3 +291,29 @@ versions:
platform_tools:
tools:
verify_gradle_wrapper: true
- tag: v2.34.1
apks:
- apk_pattern: app-release\.apk
apk_url: https://github.com/CatimaLoyalty/Android/releases/download/$$TAG$$/app-release.apk
build:
- ./gradlew assembleRelease
- mv app/build/outputs/apk/release/app-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 f16df6b

Please sign in to comment.