mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Newapp: Simple. - Fitness Tracker
This commit is contained in:
parent
85ff30b702
commit
850a437e2f
1 changed files with 42 additions and 0 deletions
42
metadata/tr.com.basarsubasi.simplefitnessapp.yml
Normal file
42
metadata/tr.com.basarsubasi.simplefitnessapp.yml
Normal file
|
|
@ -0,0 +1,42 @@
|
||||||
|
Categories:
|
||||||
|
- Sports & Health
|
||||||
|
License: MIT
|
||||||
|
SourceCode: https://github.com/basarsubasi/simplefitnessapp
|
||||||
|
IssueTracker: https://github.com/basarsubasi/simplefitnessapp/issues
|
||||||
|
|
||||||
|
AutoName: Simple
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/basarsubasi/simplefitnessapp.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.5.0
|
||||||
|
versionCode: 26
|
||||||
|
commit: 1d4caf2f076e0a09485dd22079007783f42386cc
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y npm
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild:
|
||||||
|
- cd ../..
|
||||||
|
- npm install --build-from-source
|
||||||
|
- npx expo prebuild
|
||||||
|
scanignore:
|
||||||
|
- android/build.gradle
|
||||||
|
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
||||||
|
- node_modules/react-native-vector-icons/android/build.gradle
|
||||||
|
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||||
|
- node_modules/react-native-reanimated/android/build.gradle
|
||||||
|
- node_modules/react-native-screens/android/build.gradle
|
||||||
|
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
||||||
|
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||||
|
scandelete:
|
||||||
|
- node_modules
|
||||||
|
|
||||||
|
AutoUpdateMode: Version
|
||||||
|
UpdateCheckMode: Tags .*-fdroid
|
||||||
|
CurrentVersion: 1.5.0
|
||||||
|
CurrentVersionCode: 26
|
||||||
Loading…
Reference in a new issue