Update TKCompanionApp to 5.0.0 (500)

This commit is contained in:
F-Droid checkupdates bot 2022-11-04 15:59:26 +00:00
parent 12ed04acc2
commit 7ceb789569

View file

@ -968,10 +968,45 @@ Builds:
- node_modules/
ndk: r23c
- versionName: 5.0.0
versionCode: 500
commit: 1f7032e4c353e384b0c352f443869a7ff2af9eb4
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- sysctl fs.inotify.max_user_watches=524288 || true
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/hermes-engine
- node_modules/jsc-android
- node_modules/react-native/ReactAndroid/build.gradle
- node_modules/react-native/ReactAndroid/hermes-engine/build.gradle
- node_modules/react-native/android/com/facebook/react/hermes-engine
- node_modules/react-native/android/com/facebook/react/react-native/*/
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-encrypted-storage/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-vector-icons/android/build.gradle
scandelete:
- node_modules/
ndk: r23c
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
local Maven repository.
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 4.0.1
CurrentVersionCode: 401
CurrentVersion: 5.0.0
CurrentVersionCode: 500