mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 06:06:56 +00:00
Update Password Store to 1.12.1 (11210)
This commit is contained in:
parent
c58c3d36b0
commit
4eb22ff3e9
1 changed files with 13 additions and 2 deletions
|
|
@ -87,6 +87,17 @@ Builds:
|
|||
- echo "org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
|
||||
-Dfile.encoding=UTF-8" >> $HOME/.gradle/gradle.properties
|
||||
|
||||
- versionName: 1.12.1
|
||||
versionCode: 11210
|
||||
commit: v1.12.1
|
||||
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
|
||||
|
||||
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
|
||||
|
|
@ -96,5 +107,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags v[0-9]+\.[0-9]+\.[0-9]+
|
||||
CurrentVersion: 1.12.0
|
||||
CurrentVersionCode: 11200
|
||||
CurrentVersion: 1.12.1
|
||||
CurrentVersionCode: 11210
|
||||
|
|
|
|||
Loading…
Reference in a new issue