Update TKCompanionApp to 620 (6.2.0)

This commit is contained in:
Marco Bresciani 2023-01-31 10:22:06 +00:00 committed by Licaon_Kter
parent 28524764e0
commit 2c70b87614

View file

@ -1101,10 +1101,41 @@ Builds:
- node_modules/
ndk: r21e
- versionName: 6.2.0
versionCode: 620
commit: cb309c1d792b80eccee77b39bc0dbb5c712df7f7
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.13.0/node-v18.13.0-linux-x64.tar.gz
- echo "2d2881cf860624b9fa9866670a65708c747d458213bdccaa8e7266b105d404ad node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- sysctl fs.inotify.max_user_watches=524288 || true
- npm install -g npm@9.4.0
init: npm install
gradle:
- yes
prebuild:
- sed -i -e '/installReferrerVersion/,+11d' ../../node_modules/react-native-device-info/android/build.gradle
- sed -i -e "/swiperefreshlayout/a implementation(project(':react-native-device-info'))
{ exclude group\x3a 'com.google.firebase'\\ exclude group\x3a 'com.google.android.gms'\\
exclude group\x3a 'com.android.installreferrer'\\ }" build.gradle
scanignore:
- android/build.gradle
- node_modules/jsc-android
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-device-info/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/
ndk: r21e
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
local Maven repository.
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 6.1.1
CurrentVersionCode: 611
CurrentVersion: 6.2.0
CurrentVersionCode: 620