mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Password Store to 1.12.0 (11200)
This commit is contained in:
parent
d22915e9bf
commit
7a02558045
1 changed files with 15 additions and 2 deletions
|
|
@ -76,6 +76,19 @@ Builds:
|
|||
scanignore:
|
||||
- app/src/main/assets/publicsuffixes
|
||||
|
||||
- versionName: 1.12.0
|
||||
versionCode: 11200
|
||||
commit: v1.12.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
|
||||
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
|
||||
|
|
@ -85,5 +98,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags v[0-9]+\.[0-9]+\.[0-9]+
|
||||
CurrentVersion: 1.11.3
|
||||
CurrentVersionCode: 11130
|
||||
CurrentVersion: 1.12.0
|
||||
CurrentVersionCode: 11200
|
||||
|
|
|
|||
Loading…
Reference in a new issue