New Module: com.tioui.opensound

This commit is contained in:
Louis M 2022-01-06 22:49:02 +00:00 committed by linsui
parent 628bfac9d7
commit 99f2c86966
3 changed files with 32 additions and 0 deletions

View 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

View file

@ -0,0 +1 @@
A simple module that can be use to easily open any sound file, from any app.

View file

@ -0,0 +1 @@
Un module Android pour lire des fichiers audio à partir d'autres applications.