From 06027e316aa1c360f711e3674ab9e6a5553365b4 Mon Sep 17 00:00:00 2001 From: proletarius101 Date: Mon, 13 Dec 2021 21:14:15 +0000 Subject: [PATCH] fix standardnotes --- metadata/com.standardnotes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/com.standardnotes.yml b/metadata/com.standardnotes.yml index d41564618c..9602f7b38a 100644 --- a/metadata/com.standardnotes.yml +++ b/metadata/com.standardnotes.yml @@ -2072,7 +2072,7 @@ Builds: - .gitmodules prebuild: - $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null - - sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle + - sed -i -e '/detox/d' -e '/DETOX_CI/d' build.gradle - sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode appVersionCode/versionCode $$VERCODE$$/" build.gradle - sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle