From 35387e7d816114384be5f50e68dd2cf95065489a Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Sun, 7 Mar 2021 02:26:07 +0000 Subject: [PATCH] Listen1 --- metadata/com.listen1.app.yml | 46 ++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 metadata/com.listen1.app.yml diff --git a/metadata/com.listen1.app.yml b/metadata/com.listen1.app.yml new file mode 100644 index 0000000000..24e585db32 --- /dev/null +++ b/metadata/com.listen1.app.yml @@ -0,0 +1,46 @@ +AntiFeatures: + - NonFreeNet +Categories: + - Multimedia +License: MIT +WebSite: https://listen1.github.io/listen1 +SourceCode: https://github.com/listen1/listen1_mobile +IssueTracker: https://github.com/listen1/listen1_mobile/issues +Changelog: https://github.com/listen1/listen1_mobile/releases + +RepoType: git +Repo: https://github.com/listen1/listen1_mobile.git + +Builds: + - versionName: 0.8.1 + versionCode: 1 + commit: v0.8.1 + subdir: android/app + sudo: + - apt-get update || apt-get update + - apt-get install -y --no-install-recommends -t stretch-backports npm + - npm -g install yarn + gradle: + - yes + rm: + - .vscode + - __tests__ + - ios + prebuild: + - yarn install + - truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel + scanignore: + - android/build.gradle + - node_modules/react-native/android/com/facebook/react/react-native + - node_modules/react-native-screens/android/build.gradle + - node_modules/@react-navigation/native/node_modules/react-native-screens/android/build.gradle + - node_modules/react-native-music-control/android/build.gradle + - node_modules/react-native/template/android/build.gradle + - node_modules/react-native-gesture-handler/android/lib/build.gradle + scandelete: + - node_modules + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 0.8.1 +CurrentVersionCode: 1