New App: com.jerameeldelosreyes.bacon

This commit is contained in:
Jerameel Delos Reyes 2022-05-31 13:46:54 +00:00 committed by Licaon_Kter
parent dd8edad854
commit f8afb96af7

View file

@ -0,0 +1,49 @@
Categories:
- Connectivity
License: MIT
AuthorName: Jerameel Delos Reyes
AuthorWebSite: https://jerameeldelosreyes.com
SourceCode: https://github.com/jerameel/bacon
IssueTracker: https://github.com/jerameel/bacon/issues
AutoName: Bacon
RepoType: git
Repo: https://github.com/jerameel/bacon.git
Builds:
- versionName: 1.5.0
versionCode: 11
commit: v1.5.0-fdroid-fastlane
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.19.1/node-v14.19.1-linux-x64.tar.xz
- echo "2a28ee68c58e2c3a2a4deecdf9ee1d7080afd69ebe211cf5141d45df8f4ecc77 node.tar.xz"
| sha256sum -c -
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
init: npm ci
gradle:
- yes
rm:
- node_modules/chokidar/node_modules/fsevents/fsevents.node
- node_modules/jest-haste-map/node_modules/fsevents/fsevents.node
scanignore:
- android/build.gradle
- node_modules/jsc-android
- node_modules/react-native/android/com/facebook/react/react-native/*/
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-ble-manager/android/build.gradle
- node_modules/@react-native-community/masked-view/android/build.gradle
- node_modules/@react-native-community/art/android/build.gradle
scandelete:
- node_modules/
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.5.0
CurrentVersionCode: 11