Merge branch 'patch-1' into 'master'
Fix app build: Zeus (v0.1.0) See merge request fdroid/fdroiddata!5604
This commit is contained in:
commit
615d555467
|
@ -69,10 +69,12 @@ Builds:
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y --no-install-recommends -t stretch-backports npm
|
- apt-get install -y --no-install-recommends -t stretch-backports npm
|
||||||
init: npm install
|
init:
|
||||||
|
- npm install
|
||||||
|
- npm run patch-android-release
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
prebuild: truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
prebuild: truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||||||
scanignore:
|
scanignore:
|
||||||
- android/build.gradle
|
- android/build.gradle
|
||||||
- node_modules/react-native-screens/android/build.gradle
|
- node_modules/react-native-screens/android/build.gradle
|
||||||
|
|
Loading…
Reference in a new issue