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