Update NextcloudPasswords to 1.11 (12)
This commit is contained in:
parent
3af5e81102
commit
ac79b2e855
|
@ -44,10 +44,32 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: '1.11'
|
||||
versionCode: 12
|
||||
commit: v1.11
|
||||
subdir: android/app/
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y --no-install-recommends -t stretch-backports npm
|
||||
init: npm install
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- node_modules/sqlite3/lib/binding/node-v57-linux-x64/node_sqlite3.node
|
||||
prebuild:
|
||||
- sed -i -e 's#https://maven.fabric.io/public#https://maven.google.com/#' ../../node_modules/react-native-webview/android/build.gradle
|
||||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/react-native-webview/android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
|
||||
local Maven repository.
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.10'
|
||||
CurrentVersionCode: 11
|
||||
CurrentVersion: '1.11'
|
||||
CurrentVersionCode: 12
|
||||
|
|
Loading…
Reference in a new issue