Merge branch 'feature/com.lesspass.android' into 'master'

LessPass: Upgrade to 3.1.6

See merge request fdroid/fdroiddata!4866
This commit is contained in:
Pierre Rudloff 2019-05-19 20:00:13 +00:00
commit 1383e8a9de

View file

@ -113,6 +113,27 @@ Builds:
scandelete:
- mobile/node_modules/
- versionName: 3.1.6
versionCode: 30106
commit: mobile-v3.1.6
subdir: mobile/android/app/
sudo:
- apt-get update || apt-get update
- apt-get install -y -t stretch-backports npm
- npm -g install yarn
init: yarn install
gradle:
- yes
prebuild:
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
- sed -i -e 's#../package.json#../../package.json#' ../build.gradle
- sed -i -e '/enable enableSeparateBuildPerCPUArchitecture/d' build.gradle
scanignore:
- mobile/android/build.gradle
- mobile/node_modules/react-native-screens/android/build.gradle
scandelete:
- mobile/node_modules/
MaintainerNotes: |-
scanignore is used to allow the "node_modules/react-native/android" local Maven repository.