diff --git a/metadata/com.addictologs.yml b/metadata/com.addictologs.yml new file mode 100644 index 0000000000..457f7459eb --- /dev/null +++ b/metadata/com.addictologs.yml @@ -0,0 +1,42 @@ +Categories: + - Sports & Health +License: GPL-3.0-only +AuthorEmail: sgranger1@gmail.com +SourceCode: https://gitlab.com/thunderdevs/addictologs +IssueTracker: https://gitlab.com/thunderdevs/addictologs/issues + +AutoName: AddictoLogs + +RepoType: git +Repo: https://gitlab.com/thunderdevs/addictologs.git + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: 693ae76cf62290ac897bdedbea8e923513909d83 + subdir: android/app + sudo: + - apt-get update + - apt-get install -y npm + - npm install -g corepack + init: + - corepack enable + - npm install + gradle: + - yes + scanignore: + - node_modules/jsc-android + - node_modules/react-native/sdks/hermesc/linux64-bin/hermesc + - node_modules/react-native-reanimated/android/build.gradle + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/react-native-screens/android/build.gradle + - node_modules/react-native-vector-icons/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-linear-gradient/android/build.gradle + scandelete: + - node_modules/ + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: '1.0' +CurrentVersionCode: 1