mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-19 20:34:05 +00:00
Update HoloPlay to 1.10.1 (33)
This commit is contained in:
parent
2e45da5325
commit
ec35ff6361
1 changed files with 35 additions and 2 deletions
|
|
@ -47,9 +47,42 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
|
- versionName: 1.10.1
|
||||||
|
versionCode: 33
|
||||||
|
commit: 1.10.1
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288
|
||||||
|
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.8.0/node-v14.8.0-linux-x64.tar.xz
|
||||||
|
- echo "c7761fe5d56d045d1540b1f0bc8a20d7edf03e6fd695ee5fbffc1dd9416ccc75 node.tar.xz"
|
||||||
|
| sha256sum -c -
|
||||||
|
- tar xJf node.tar.xz
|
||||||
|
- cp -a node-v14.8.0-linux-x64/. /usr/local/
|
||||||
|
- npm -g install yarn
|
||||||
|
init: yarn install
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: mv ../.gradle.properties.dist ../gradle.properties
|
||||||
|
scanignore:
|
||||||
|
- android/build.gradle
|
||||||
|
- node_modules/jsc-android
|
||||||
|
- node_modules/react-native/android
|
||||||
|
- node_modules/react-native-bootsplash/android/build.gradle
|
||||||
|
- node_modules/react-native-music-control/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-svg/android/build.gradle
|
||||||
|
- node_modules/react-native/template/android/build.gradle
|
||||||
|
- node_modules/react-native-vector-icons/android/build.gradle
|
||||||
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||||||
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- node_modules/
|
||||||
|
|
||||||
MaintainerNotes: contains Sentry.io, disabled by default
|
MaintainerNotes: contains Sentry.io, disabled by default
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.9.11
|
CurrentVersion: 1.10.1
|
||||||
CurrentVersionCode: 31
|
CurrentVersionCode: 33
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue