Password Store: fix 1.13.1 (11310)

This commit is contained in:
relan 2020-10-31 09:46:44 +03:00
parent f70b2c7713
commit 37f3a8bb73

View file

@ -115,17 +115,16 @@ Builds:
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
prebuild: echo "org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m" >> ../gradle.properties
scanignore:
- autofill-parser/src/main/assets/publicsuffixes
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
stripped of all comments. It is identified as a binary files because it
contains two 4-byte length fields, one right at the beginning, but is
otherwise plaintext.
The file at `autofill-parser/src/main/assets/publicsuffixes` is a version
of the [Public Suffix List](https://publicsuffix.org/) that has been
sorted and stripped of all comments. It is identified as a binary files
because it contains two 4-byte length fields, one right at the beginning,
but is otherwise plaintext.
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags v[0-9]+\.[0-9]+\.[0-9]+