From 2f65e15da75868d18de0297ce6acf3dd987d7c92 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 4 Nov 2020 04:15:59 +0000 Subject: [PATCH] Update S. Notes to 3.0.22 (3000221) --- metadata/com.standardnotes.yml | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/metadata/com.standardnotes.yml b/metadata/com.standardnotes.yml index 8b7f44c2d8..60ea63d0e6 100644 --- a/metadata/com.standardnotes.yml +++ b/metadata/com.standardnotes.yml @@ -195,7 +195,31 @@ Builds: - node_modules/ - vendor/ + - versionName: 3.0.22 + versionCode: 3000221 + commit: 3.0.22 + subdir: android/app/ + submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y --no-install-recommends -t stretch-backports npm + init: npm install + gradle: + - yes + rm: + - vendor/react-native-aes/android/build/ + prebuild: + - truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel + - sed -i -e 's/gradle-4.1/gradle-5.4.1/' gradle/wrapper/gradle-wrapper.properties + scanignore: + - android/build.gradle + - node_modules/react-native-screens/android/build.gradle + - node_modules/react-native-webview/android/build.gradle + scandelete: + - node_modules/ + - vendor/ + AutoUpdateMode: Version %v UpdateCheckMode: Tags -CurrentVersion: 3.0.21 -CurrentVersionCode: 3000210 +CurrentVersion: 3.0.22 +CurrentVersionCode: 3000221