misc fixes

This commit is contained in:
linsui 2022-08-18 16:14:35 +08:00
parent 168fc45046
commit b5bec77b52
6 changed files with 9 additions and 5 deletions

View file

@ -126,6 +126,7 @@ Builds:
- versionName: '3.0'
versionCode: 40
disable: https://github.com/abertschi/ad-free/issues/85
commit: d9384afbfec779172ec2786487898226be085d30
subdir: app
sudo:

View file

@ -269,7 +269,7 @@ Builds:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
- sysctl fs.inotify.max_user_watches=524288
- sysctl fs.inotify.max_user_watches=524288 || true
- curl -Lo node.tar.xz https://nodejs.org/dist/v16.14.2/node-v16.14.2-linux-x64.tar.xz
- echo "e40c6f81bfd078976d85296b5e657be19e06862497741ad82902d0704b34bb1b node.tar.xz"
| sha256sum -c -
@ -277,7 +277,6 @@ Builds:
- npm -g install yarn
init:
- cd ../..
- patch -p1 < patches/diff.patch
- yarn install
gradle:
- yes
@ -307,6 +306,7 @@ Builds:
- node_modules/react-navigation/node_modules/react-native-screens/android/build.gradle
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
- node_modules/@react-native-community/async-storage/android/build.gradle
- node_modules/@react-native-community/blur/android/build.gradle
- node_modules/expo/node_modules/react-native-safe-area-context/android/build.gradle
scandelete:
- node_modules

View file

@ -842,7 +842,6 @@ Builds:
subdir: app
gradle:
- yes
prebuild: sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
AutoUpdateMode: Version hourlyreminder-%v
UpdateCheckMode: Tags

View file

@ -164,6 +164,10 @@ Builds:
versionCode: 200300
commit: 5a756dcf8c05c04bde5c227978308f85d551d663
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes

View file

@ -167,7 +167,6 @@ Builds:
- versionName: 0.14.2
versionCode: 24
disable: failed build
commit: 09ab26b23e130e01fea73e35a089b2bf45c8a429
subdir: android
gradle:

View file

@ -146,11 +146,12 @@ Builds:
- versionName: 2.3.0
versionCode: 42
disable: https://github.com/patzly/grocy-android/issues/566
commit: 03939f0412db311d47be20852a04f48b84530d6c
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes