Update UnitsTool to 1.0.8 (7)

This commit is contained in:
F-Droid checkupdates bot 2022-11-07 10:26:10 +00:00
parent b08e04dd3c
commit ed4806c801

View file

@ -173,7 +173,38 @@ Builds:
scandelete:
- node_modules/
- versionName: 1.0.8
versionCode: 7
commit: a6fc20269fed1e16abff8c6d09e0702c6ba99431
subdir: android/app
sudo:
- apt-get update
- curl -Lo node.tar.xz https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x64.tar.xz
- echo "a3721f87cecc0b52b0be8587c20776ac7305db413751db02c55aa2bffac15198 node.tar.xz"
| sha256sum -c -
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
init:
- sed -i 's/enableSeparateBuildPerCPUArchitecture = true/enableSeparateBuildPerCPUArchitecture
= false/g' build.gradle
- sed -i 's/universalApk false/universalApk true/g' build.gradle
- npm install
- npx react-native bundle --platform android --dev false --entry-file index.js
--bundle-output src/main/assets/index.android.bundle
gradle:
- yes
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-snackbar/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
scandelete:
- node_modules/
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.0.6
CurrentVersionCode: 5
CurrentVersion: 1.0.8
CurrentVersionCode: 7