mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
44 lines
1.3 KiB
YAML
44 lines
1.3 KiB
YAML
Categories:
|
|
- Connectivity
|
|
- Internet
|
|
License: GPL-3.0-only
|
|
AuthorName: Elektropepi
|
|
SourceCode: https://github.com/BootBoi/android-app
|
|
IssueTracker: https://github.com/BootBoi/android-app/issues
|
|
|
|
AutoName: BootBoi
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/BootBoi/android-app/
|
|
|
|
Builds:
|
|
- versionName: '1.1'
|
|
versionCode: 11
|
|
commit: '1.1'
|
|
subdir: android/app
|
|
sudo:
|
|
- curl -Lo node.tar.xz https://nodejs.org/dist/v15.14.0/node-v15.14.0-linux-x64.tar.xz
|
|
- echo "f40a52c77a5a98203d24d6e5213c1a189bfc9736d0d9f667cb61151e9431b2a8 node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf node.tar.xz
|
|
- cp -a node-v15.14.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init: yarn install
|
|
gradle:
|
|
- yes
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native/android/com/facebook/react/react-native/*/
|
|
- node_modules/react-native-reanimated/android
|
|
- node_modules/@react-native-community/masked-view/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
|
|
scandelete:
|
|
- node_modules/
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.1'
|
|
CurrentVersionCode: 11
|