mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update Password Store to 1.10.0 (11000)
This commit is contained in:
parent
c2033d4b1a
commit
3c8cc522d7
1 changed files with 15 additions and 2 deletions
|
|
@ -63,6 +63,19 @@ Builds:
|
|||
scanignore:
|
||||
- app/src/main/assets/publicsuffixes
|
||||
|
||||
- versionName: 1.10.0
|
||||
versionCode: 11000
|
||||
commit: v1.10.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
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
|
||||
|
|
@ -72,5 +85,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags v[0-9]+\.[0-9]+\.[0-9]+
|
||||
CurrentVersion: 1.9.2
|
||||
CurrentVersionCode: 10920
|
||||
CurrentVersion: 1.10.0
|
||||
CurrentVersionCode: 11000
|
||||
|
|
|
|||
Loading…
Reference in a new issue