Skip to content

Commit

Permalink
Update recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk authored and github-actions[bot] committed Nov 15, 2024
1 parent d5d95dc commit 9bcade0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions recipes/org.fossify.calendar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,29 @@ versions:
platform_tools:
tools:
verify_gradle_wrapper: true
- tag: 1.1.0
apks:
- apk_pattern: calendar-\d+-foss-release\.apk
apk_url: https://github.com/FossifyOrg/Calendar/releases/download/1.1.0/calendar-5-foss-release.apk
build:
- ./gradlew assembleRelease
- mv app/build/outputs/apk/foss/release/calendar-*-foss-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 9bcade0

Please sign in to comment.