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 Nov 30, 2024
2 parents 05ab738 + 1f601fb commit e230796
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions recipes/org.schabi.newpipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,29 @@ versions:
platform_tools:
tools:
verify_gradle_wrapper: true
- tag: v0.27.4
apks:
- apk_pattern: NewPipe_v([\d.]+)\.apk
apk_url: https://github.com/TeamNewPipe/NewPipe/releases/download/$$TAG$$/NewPipe_$$TAG$$.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 e230796

Please sign in to comment.