From c8c77302cc61cd98557680886f62e229f2d6eedd Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Thu, 16 May 2019 04:38:19 +0100 Subject: [PATCH] Update S. Notes to 3.0.6 (3000060) --- 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 8e4d492862..30eb8c1ce2 100644 --- a/metadata/com.standardnotes.yml +++ b/metadata/com.standardnotes.yml @@ -69,7 +69,31 @@ Builds: - node_modules/ - vendor/ + - versionName: 3.0.6 + versionCode: 3000060 + commit: 3.0.6 + 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/local-cli/server/util/external/xsel + - sed -i -e 's/gradle-4.1/gradle-4.6/' gradle/wrapper/gradle-wrapper.properties + scanignore: + - android/build.gradle + - node_modules/react-native-screens/android/build.gradle + - vendor/react-native-navigation/android/build.gradle + scandelete: + - node_modules/ + - vendor/ + AutoUpdateMode: Version %v UpdateCheckMode: Tags -CurrentVersion: 3.0.5 -CurrentVersionCode: 3000050 +CurrentVersion: 3.0.6 +CurrentVersionCode: 3000060