mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 22:27:27 +00:00
Update WriteOn to 1.8 (9)
This commit is contained in:
parent
efc5d44831
commit
5422d5db51
1 changed files with 11 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ AuthorName: 3zpnix
|
||||||
SourceCode: https://github.com/3zpnix/WriteOn
|
SourceCode: https://github.com/3zpnix/WriteOn
|
||||||
IssueTracker: https://github.com/3zpnix/WriteOn/issues/
|
IssueTracker: https://github.com/3zpnix/WriteOn/issues/
|
||||||
|
|
||||||
AutoName: Write On
|
AutoName: WriteOn
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/3zpnix/WriteOn.git
|
Repo: https://github.com/3zpnix/WriteOn.git
|
||||||
|
|
@ -79,9 +79,17 @@ Builds:
|
||||||
- yes
|
- yes
|
||||||
prebuild: sed -i -e '/signingConfigs.create/,+5d' -e '/firebase/d' build.gradle.kts
|
prebuild: sed -i -e '/signingConfigs.create/,+5d' -e '/firebase/d' build.gradle.kts
|
||||||
|
|
||||||
|
- versionName: '1.8'
|
||||||
|
versionCode: 9
|
||||||
|
commit: 19b9b5931037acb8963935f03029378e7b0ce324
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/signingConfigs.create/,+5d' -e '/firebase/d' build.gradle.kts
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 8b46e7905569419cede423aeac5ad364b9f17ef5e0fcc400c30f5c5f6dd8f010
|
AllowedAPKSigningKeys: 8b46e7905569419cede423aeac5ad364b9f17ef5e0fcc400c30f5c5f6dd8f010
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v[\d.]+$
|
UpdateCheckMode: Tags ^v[\d.]+$
|
||||||
CurrentVersion: '1.7'
|
CurrentVersion: '1.8'
|
||||||
CurrentVersionCode: 8
|
CurrentVersionCode: 9
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue