mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Password Store to 1.9.1 (10910)
This commit is contained in:
parent
72c4ba0091
commit
c2d15dea6b
1 changed files with 15 additions and 2 deletions
|
|
@ -37,6 +37,19 @@ Builds:
|
||||||
scanignore:
|
scanignore:
|
||||||
- app/src/main/assets/publicsuffixes
|
- app/src/main/assets/publicsuffixes
|
||||||
|
|
||||||
|
- versionName: 1.9.1
|
||||||
|
versionCode: 10910
|
||||||
|
commit: v1.9.1
|
||||||
|
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: |-
|
MaintainerNotes: |-
|
||||||
The file at `app/src/main/assets/publicsuffixes` is a version of the
|
The file at `app/src/main/assets/publicsuffixes` is a version of the
|
||||||
[Public Suffix List](https://publicsuffix.org/) that has been sorted and
|
[Public Suffix List](https://publicsuffix.org/) that has been sorted and
|
||||||
|
|
@ -46,5 +59,5 @@ MaintainerNotes: |-
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags v[0-9]+\.[0-9]+\.[0-9]+
|
UpdateCheckMode: Tags v[0-9]+\.[0-9]+\.[0-9]+
|
||||||
CurrentVersion: 1.9.0
|
CurrentVersion: 1.9.1
|
||||||
CurrentVersionCode: 10900
|
CurrentVersionCode: 10910
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue