From 8cf93feb9aac90768298594eaf4578b1eb2a0eb8 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 7 Jun 2023 16:43:57 +0000 Subject: [PATCH] Update TKCompanionApp to 6.8.1 (681) --- .../name.bresciani.marco.tkcompanionapp.yml | 37 +++++++++++++++++-- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/metadata/name.bresciani.marco.tkcompanionapp.yml b/metadata/name.bresciani.marco.tkcompanionapp.yml index 1ef91c2734..703c6bbb3b 100644 --- a/metadata/name.bresciani.marco.tkcompanionapp.yml +++ b/metadata/name.bresciani.marco.tkcompanionapp.yml @@ -1,6 +1,6 @@ Categories: - - Science & Education - Reading + - Science & Education - Writing License: GPL-3.0-or-later AuthorName: Marco Bresciani @@ -1336,10 +1336,41 @@ Builds: - node_modules/ ndk: r21e + - versionName: 6.8.1 + versionCode: 681 + commit: 7a15b2760430f4df38e1d91cdff2d72e9d184d96 + 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.8.0 -CurrentVersionCode: 680 +CurrentVersion: 6.8.1 +CurrentVersionCode: 681