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

LessPass: Upgrade to 3.1.3

See merge request fdroid/fdroiddata!4596
This commit is contained in:
Marcus 2019-03-11 16:04:02 +00:00
commit ff34617397

View file

@ -94,6 +94,25 @@ Builds:
- node_modules/
- packages/*/node_modules/
- versionName: 3.1.3
versionCode: 30103
commit: mobile-v3.1.3
subdir: mobile/android/app/
sudo:
- apt-get update
- apt-get install -y -t stretch-backports npm
init: npm install
gradle:
- yes
prebuild:
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
- sed -i -e 's#../package.json#../../package.json#' ../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.