mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
New app: com.smoothie.wirelessDebuggingSwitch
This commit is contained in:
parent
5f66d0a734
commit
4e8d4dcf19
1 changed files with 36 additions and 0 deletions
36
metadata/com.smoothie.wirelessDebuggingSwitch.yml
Normal file
36
metadata/com.smoothie.wirelessDebuggingSwitch.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
- Development
|
||||
- System
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Smooth E
|
||||
AuthorEmail: smoothie@disroot.org
|
||||
WebSite: https://smooth-e.github.io/
|
||||
SourceCode: https://github.com/Smooth-E/wireless-adb-switch
|
||||
IssueTracker: https://github.com/Smooth-E/wireless-adb-switch/issues
|
||||
|
||||
Name: WADBS
|
||||
AutoName: WADBS
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Smooth-E/wireless-adb-switch.git
|
||||
Binaries: https://github.com/Smooth-E/wireless-adb-switch/releases/download/v%v/wadbs-v%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: '1.1'
|
||||
versionCode: 2
|
||||
commit: v1.1
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: ff5d6dec86babd5e9f060b38a70149ce2fef2ec8440f316f705c8d264417759a
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.1'
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue