mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-18 20:04:02 +00:00
New app: com.addictologs
This commit is contained in:
parent
f1e9ed28c5
commit
d713500f3b
1 changed files with 42 additions and 0 deletions
42
metadata/com.addictologs.yml
Normal file
42
metadata/com.addictologs.yml
Normal file
|
|
@ -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
|
||||||
Loading…
Reference in a new issue