diff --git a/metadata/com.nunti.yml b/metadata/com.nunti.yml index 2e24810762..4e567fc2e6 100644 --- a/metadata/com.nunti.yml +++ b/metadata/com.nunti.yml @@ -749,7 +749,42 @@ Builds: - Nunti/node_modules ndk: r25b + - versionName: v2.5.1 + versionCode: 18 + commit: 75612d47c732ff7628f4ab85e472778cc8f1cf00 + subdir: Nunti/android/app + sudo: + - curl -Lo node.tar.gz https://nodejs.org/dist/v19.6.0/node-v19.6.0-linux-x64.tar.gz + - echo "142e3caf0ea8476767d4ad006acf46b9dd059c169d3287f9d58eac964f16a4e1 node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + - npm install -g yarn + - sysctl fs.inotify.max_user_watches=524288 || true + - apt-get update + init: + - cd ../.. + - npm install --omit=optional --legacy-peer-deps + gradle: + - yes + output: build/outputs/apk/release/app-release-unsigned.apk + scanignore: + - Nunti/node_modules/jsc-android + - Nunti/node_modules/react-native/sdks/hermesc/linux64-bin/hermesc + - Nunti/node_modules/react-native-vector-icons/android/build.gradle + - Nunti/node_modules/react-native-safe-area-context/android/build.gradle + - Nunti/node_modules/react-native-pager-view/android/build.gradle + - Nunti/node_modules/@react-native-community/netinfo/android/build.gradle + - Nunti/node_modules/react-native-screens/android/build.gradle + - Nunti/node_modules/react-native-bootsplash/android/build.gradle + - Nunti/node_modules/react-native-webview/android/build.gradle + - Nunti/node_modules/react-native-reanimated/android/build.gradle + - Nunti/node_modules/@react-native-async-storage/async-storage/android/build.gradle + - Nunti/node_modules/@react-native-masked-view/masked-view/android/build.gradle + scandelete: + - Nunti/node_modules + ndk: r25b + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: v2.5.0 -CurrentVersionCode: 17 +CurrentVersion: v2.5.1 +CurrentVersionCode: 18