From 7ceb78956975876294c056407b22e6d982bcc7e2 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 4 Nov 2022 15:59:26 +0000 Subject: [PATCH] Update TKCompanionApp to 5.0.0 (500) --- .../name.bresciani.marco.tkcompanionapp.yml | 39 ++++++++++++++++++- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/metadata/name.bresciani.marco.tkcompanionapp.yml b/metadata/name.bresciani.marco.tkcompanionapp.yml index 55ef2ba835..aee2638b80 100644 --- a/metadata/name.bresciani.marco.tkcompanionapp.yml +++ b/metadata/name.bresciani.marco.tkcompanionapp.yml @@ -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