diff --git a/metadata/com.tioui.opensound.yml b/metadata/com.tioui.opensound.yml new file mode 100644 index 0000000000..875273e788 --- /dev/null +++ b/metadata/com.tioui.opensound.yml @@ -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 diff --git a/metadata/com.tioui.opensound/en-US/summary.txt b/metadata/com.tioui.opensound/en-US/summary.txt new file mode 100644 index 0000000000..af57589572 --- /dev/null +++ b/metadata/com.tioui.opensound/en-US/summary.txt @@ -0,0 +1 @@ +A simple module that can be use to easily open any sound file, from any app. diff --git a/metadata/com.tioui.opensound/fr/summary.txt b/metadata/com.tioui.opensound/fr/summary.txt new file mode 100644 index 0000000000..3504a3ae66 --- /dev/null +++ b/metadata/com.tioui.opensound/fr/summary.txt @@ -0,0 +1 @@ +Un module Android pour lire des fichiers audio à partir d'autres applications.