Update Password Store to 1.13.0 (11300)

This commit is contained in:
F-Droid checkupdates bot 2020-10-23 03:53:29 +00:00
parent f510d34686
commit 200c8212e8

View file

@ -98,6 +98,17 @@ Builds:
- echo "org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
-Dfile.encoding=UTF-8" >> $HOME/.gradle/gradle.properties
- versionName: 1.13.0
versionCode: 11300
commit: v1.13.0
subdir: app
gradle:
- free
prebuild:
- mkdir -p $HOME/.gradle
- echo "org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
-Dfile.encoding=UTF-8" >> $HOME/.gradle/gradle.properties
MaintainerNotes: |-
The file at `app/src/main/assets/publicsuffixes` is a version of the
[Public Suffix List](https://publicsuffix.org/) that has been sorted and
@ -107,5 +118,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags v[0-9]+\.[0-9]+\.[0-9]+
CurrentVersion: 1.12.1
CurrentVersionCode: 11210
CurrentVersion: 1.13.0
CurrentVersionCode: 11300