mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 05:09:11 +00:00
fix standardnotes
This commit is contained in:
parent
a770746d76
commit
06027e316a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue