Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Dec 12, 2024
1 parent 0e73428 commit 6aa2c7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/me.hackerchick.catima.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ versions:
- apk_pattern: app-release\.apk
apk_url: https://github.com/CatimaLoyalty/Android/releases/download/$$TAG$$/app-release.apk
build:
- sdkmanager --list
- exit 1
- ./gradlew assembleRelease
- mv app/build/outputs/apk/release/app-release-unsigned.apk /outputs/unsigned.apk
build_home_dir: /build
Expand All @@ -17,7 +19,7 @@ versions:
provisioning:
android_home: /opt/sdk
build_tools:
cmake:
cmake: 3.31.1
cmdline_tools:
version: '12.0'
url: https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip
Expand Down

0 comments on commit 6aa2c7b

Please sign in to comment.