mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-19 04:14:03 +00:00
46 lines
1.4 KiB
YAML
46 lines
1.4 KiB
YAML
|
|
Categories:
|
||
|
|
- Recipe Manager
|
||
|
|
License: MIT
|
||
|
|
AuthorName: Mats Cornegoor
|
||
|
|
AuthorWebSite: https://matscornegoor.nl
|
||
|
|
SourceCode: https://github.com/matscornegoor/sift-recipe-keeper
|
||
|
|
IssueTracker: https://github.com/matscornegoor/sift-recipe-keeper/issues
|
||
|
|
|
||
|
|
AutoName: Sift
|
||
|
|
|
||
|
|
RepoType: git
|
||
|
|
Repo: https://github.com/matscornegoor/sift-recipe-keeper.git
|
||
|
|
|
||
|
|
Builds:
|
||
|
|
- versionName: 1.0.2
|
||
|
|
versionCode: 3
|
||
|
|
commit: v1.0.2
|
||
|
|
subdir: android/app
|
||
|
|
sudo:
|
||
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
||
|
|
- apt-get update
|
||
|
|
- apt-get install -y npm
|
||
|
|
init:
|
||
|
|
- cd ../..
|
||
|
|
- npm install
|
||
|
|
gradle:
|
||
|
|
- yes
|
||
|
|
scanignore:
|
||
|
|
- node_modules/jsc-android
|
||
|
|
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||
|
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
||
|
|
- node_modules/react-native-image-picker/android/build.gradle
|
||
|
|
- 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-share/android/build.gradle
|
||
|
|
- node_modules/react-native-vector-icons/android/build.gradle
|
||
|
|
- node_modules/react-native-webview/android/build.gradle
|
||
|
|
scandelete:
|
||
|
|
- node_modules/
|
||
|
|
|
||
|
|
AutoUpdateMode: Version
|
||
|
|
UpdateCheckMode: Tags
|
||
|
|
CurrentVersion: 1.0.2
|
||
|
|
CurrentVersionCode: 3
|