From 67d5f4dbb7e855009e7c2b4b39a8e9cbc53ffb0e Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Thu, 24 Mar 2022 05:25:41 +0000 Subject: [PATCH] Update TKCompanionApp to 0.4.0 (40) --- .../name.bresciani.marco.tkcompanionapp.yml | 43 ++++++++++++++++++- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/metadata/name.bresciani.marco.tkcompanionapp.yml b/metadata/name.bresciani.marco.tkcompanionapp.yml index cd206bdb53..436efb67a3 100644 --- a/metadata/name.bresciani.marco.tkcompanionapp.yml +++ b/metadata/name.bresciani.marco.tkcompanionapp.yml @@ -290,10 +290,49 @@ Builds: - node_modules/ ndk: r21e + - versionName: 0.4.0 + versionCode: 40 + commit: e77b9caa5cb292a95892edae7427cad545d7eb2c + subdir: android/app + sudo: + - sysctl fs.inotify.max_user_watches=524288 + - curl -Lo node.tar.xz https://nodejs.org/dist/v16.14.0/node-v16.14.0-linux-x64.tar.xz + - echo "0570b9354959f651b814e56a4ce98d4a067bf2385b9a0e6be075739bc65b0fae node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v16.14.0-linux-x64/. /usr/local/ + init: npm install + gradle: + - yes + prebuild: + - sed -i -e '\!WRITE_EXTERNAL_STORAGE!a' -e 's!xmlns:android!xmlns:tools="http://schemas.android.com/tools" + xmlns:android!' -e '/INTERNET/d' -e '/SYSTEM_ALERT_WINDOW/d' -e '/VIBRATE/d' + -e 's/EXTERNAL_STORAGE"/EXTERNAL_STORAGE" tools:node="remove"/g' src/main/AndroidManifest.xml + - sed -i -e '/play-services/d' ../../node_modules/react-native-device-info/android/build.gradle + - 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 + - android/app/build.gradle + - node_modules/hermes-engine + - node_modules/jsc-android + - node_modules/react-native/android/com/facebook/react/react-native/*/ + - node_modules/react-native-device-info/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 + - node_modules/react-native/ReactAndroid/build.gradle + scandelete: + - node_modules/ + ndk: r21e + MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android" local Maven repository. AutoUpdateMode: Version %v UpdateCheckMode: Tags -CurrentVersion: 0.3.0 -CurrentVersionCode: 35 +CurrentVersion: 0.4.0 +CurrentVersionCode: 40