mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
New Module: com.tioui.opensound
This commit is contained in:
parent
628bfac9d7
commit
99f2c86966
3 changed files with 32 additions and 0 deletions
30
metadata/com.tioui.opensound.yml
Normal file
30
metadata/com.tioui.opensound.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: MIT
|
||||
AuthorName: Louis Marchand
|
||||
AuthorEmail: prog@tioui.com
|
||||
SourceCode: https://gitlab.com/tioui/android-opensound
|
||||
IssueTracker: https://gitlab.com/tioui/android-opensound/-/issues
|
||||
Changelog: https://gitlab.com/tioui/android-opensound/-/raw/master/ChangeLog.md
|
||||
|
||||
AutoName: Open Sound
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/tioui/android-opensound.git
|
||||
|
||||
Builds:
|
||||
- versionName: '0.5'
|
||||
versionCode: 5
|
||||
commit: v0.5
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '0.5'
|
||||
CurrentVersionCode: 5
|
||||
1
metadata/com.tioui.opensound/en-US/summary.txt
Normal file
1
metadata/com.tioui.opensound/en-US/summary.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
A simple module that can be use to easily open any sound file, from any app.
|
||||
1
metadata/com.tioui.opensound/fr/summary.txt
Normal file
1
metadata/com.tioui.opensound/fr/summary.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Un module Android pour lire des fichiers audio à partir d'autres applications.
|
||||
Loading…
Reference in a new issue