mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 22:56:56 +00:00
Update Password Store to 1.11.2-free (11120)
This commit is contained in:
parent
d952d0c37b
commit
e5ebfdc8a9
1 changed files with 15 additions and 2 deletions
|
|
@ -102,6 +102,19 @@ Builds:
|
|||
scanignore:
|
||||
- app/src/main/assets/publicsuffixes
|
||||
|
||||
- versionName: 1.11.2-free-free
|
||||
versionCode: 11120
|
||||
commit: v1.11.2-free
|
||||
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
|
||||
scanignore:
|
||||
- app/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
|
||||
|
|
@ -111,5 +124,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version +-free v%v
|
||||
UpdateCheckMode: Tags v[0-9]+\.[0-9]+\.[0-9]+
|
||||
CurrentVersion: 1.11.1-free
|
||||
CurrentVersionCode: 11110
|
||||
CurrentVersion: 1.11.2-free
|
||||
CurrentVersionCode: 11120
|
||||
|
|
|
|||
Loading…
Reference in a new issue