Update TKCompanionApp to 6.6.1 (661)

This commit is contained in:
F-Droid checkupdates bot 2023-05-04 15:01:36 +00:00
parent 8e6f7f3ae2
commit fbaa5e5c84

View file

@ -1212,10 +1212,41 @@ Builds:
- node_modules/
ndk: r21e
- versionName: 6.6.1
versionCode: 661
commit: 2207b549641a234f97fd8fb716bb68ec4b6c0c6e
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.16.0/node-v18.16.0-linux-x64.tar.gz
- echo "fc83046a93d2189d919005a348db3b2372b598a145d84eb9781a3a4b0f032e95 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.5.1
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.6.0
CurrentVersionCode: 660
CurrentVersion: 6.6.1
CurrentVersionCode: 661