mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 05:09:11 +00:00
Password Store: fix 1.13.1 (11310)
This commit is contained in:
parent
f70b2c7713
commit
37f3a8bb73
1 changed files with 8 additions and 9 deletions
|
|
@ -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]+
|
||||
|
|
|
|||
Loading…
Reference in a new issue