Update Counter

This commit is contained in:
Roman T 2021-03-07 17:21:37 +00:00 committed by Pierre Rudloff
parent 364c19dbc8
commit 818461cf02

View file

@ -2,12 +2,12 @@ Categories:
- Writing - Writing
License: Apache-2.0 License: Apache-2.0
AuthorName: Roman Tsukanov AuthorName: Roman Tsukanov
AuthorEmail: googleplay@roman.zone AuthorEmail: f-droid@roman.zone
AuthorWebSite: https://roman.zone/ AuthorWebSite: https://roman.zone/
SourceCode: https://github.com/gentlecat/Simple-Counter/ SourceCode: https://github.com/gentlecat/counter/
IssueTracker: https://github.com/gentlecat/Simple-Counter/issues IssueTracker: https://github.com/gentlecat/counter/issues
Translation: https://crowdin.net/project/simple-counter Translation: https://crowdin.net/project/counter
Changelog: https://github.com/gentlecat/Simple-Counter/blob/HEAD/CHANGELOG.md Changelog: https://github.com/gentlecat/counter/blob/HEAD/CHANGELOG.md
AutoName: Counter AutoName: Counter
Description: |- Description: |-
@ -15,7 +15,7 @@ Description: |-
their own names and values. Values can be changed using volume buttons. their own names and values. Values can be changed using volume buttons.
RepoType: git RepoType: git
Repo: https://github.com/gentlecat/Simple-Counter/ Repo: https://github.com/gentlecat/counter/
Builds: Builds:
- versionName: '13' - versionName: '13'
@ -59,6 +59,14 @@ Builds:
- yes - yes
prebuild: sed -i -e 's/mavenCentral()/jcenter()/' build.gradle prebuild: sed -i -e 's/mavenCentral()/jcenter()/' build.gradle
- versionName: '22'
versionCode: 22
commit: v22
subdir: app/
gradle:
- yes
prebuild: sed -i -e 's/mavenCentral()/jcenter()/' build.gradle
AutoUpdateMode: Version v%c AutoUpdateMode: Version v%c
UpdateCheckMode: Tags UpdateCheckMode: Tags
CurrentVersion: '20' CurrentVersion: '20'