mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Massive to 2.26 (36241)
This commit is contained in:
parent
6ff8f7f290
commit
620e9c16e9
1 changed files with 35 additions and 2 deletions
|
|
@ -3612,7 +3612,40 @@ Builds:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
ndk: r25b
|
ndk: r25b
|
||||||
|
|
||||||
|
- versionName: '2.26'
|
||||||
|
versionCode: 36241
|
||||||
|
commit: 5b066bccafe5f74344fa22be8cabce9ef436dc6b
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.gz
|
||||||
|
- echo "bf3a779bef19452da90fb88358ec2c57e0d2f882839b20dc6afc297b6aafc0d7 node.tar.gz"
|
||||||
|
| sha256sum -c -
|
||||||
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||||
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
|
init: npm install -f
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scanignore:
|
||||||
|
- node_modules/jsc-android
|
||||||
|
- node_modules/react-native/*
|
||||||
|
- node_modules/react-native-screens/android/build.gradle
|
||||||
|
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||||
|
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||||
|
- node_modules/react-native-linear-gradient/android/build.gradle
|
||||||
|
- node_modules/react-native-svg/android/build.gradle
|
||||||
|
- node_modules/react-native-reanimated/android/build.gradle
|
||||||
|
- node_modules/react-native-share/android/build.gradle
|
||||||
|
- node_modules/react-native-vector-icons/android/build.gradle
|
||||||
|
- node_modules/react-native-pager-view/android/build.gradle
|
||||||
|
- node_modules/react-native-permissions/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- node_modules/
|
||||||
|
ndk: r25b
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: '2.25'
|
CurrentVersion: '2.26'
|
||||||
CurrentVersionCode: 36240
|
CurrentVersionCode: 36241
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue