Skip to content

Commit

Permalink
add com.example.bluetoothconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Dec 23, 2024
1 parent 5db7bd6 commit 858c9a2
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions recipes/com.example.bluetoothconnect.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
repository: https://github.com/jusss/BluetoothConnect.git
updates: releases
versions:
- tag: v2.8
apks:
- apk_pattern: OTG\.Bluetooth\.Keyboard.*\.apk
apk_url: https://github.com/jusss/BluetoothConnect/releases/download/v2.8/OTG.Bluetooth.Keyboard.v2.8.apk
build:
- JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 ./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:
- openjdk-11-jdk-headless
image: debian:bullseye-slim
jdk: openjdk-17-jdk-headless
ndk:
platform:
platform_tools:
tools:
verify_gradle_wrapper: true

0 comments on commit 858c9a2

Please sign in to comment.