mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update NextcloudPasswords to 1.13 (14)
This commit is contained in:
parent
b639e9c291
commit
28dfa9c28b
1 changed files with 24 additions and 2 deletions
|
|
@ -88,10 +88,32 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
|
- versionName: '1.13'
|
||||||
|
versionCode: 14
|
||||||
|
commit: v1.13
|
||||||
|
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-v*-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-community/cli/build/commands/server/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"
|
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
|
||||||
local Maven repository.
|
local Maven repository.
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: '1.12'
|
CurrentVersion: '1.13'
|
||||||
CurrentVersionCode: 13
|
CurrentVersionCode: 14
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue