From 37f3a8bb739e83f5275387914a47688aa96e9a9f Mon Sep 17 00:00:00 2001 From: relan Date: Sat, 31 Oct 2020 09:46:44 +0300 Subject: [PATCH] Password Store: fix 1.13.1 (11310) --- metadata/dev.msfjarvis.aps.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/metadata/dev.msfjarvis.aps.yml b/metadata/dev.msfjarvis.aps.yml index 4d8ef26b5f..9a0a56c240 100644 --- a/metadata/dev.msfjarvis.aps.yml +++ b/metadata/dev.msfjarvis.aps.yml @@ -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]+