mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
New app: Sift Recipes (app.siftrecipes)
This commit is contained in:
parent
d69c9b7080
commit
40cff5b9d0
1 changed files with 45 additions and 0 deletions
45
metadata/app.siftrecipes.yml
Normal file
45
metadata/app.siftrecipes.yml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
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
|
||||
Loading…
Reference in a new issue