fix standardnotes

This commit is contained in:
proletarius101 2021-12-13 21:14:15 +00:00
parent a770746d76
commit 06027e316a

View file

@ -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