mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Counter
This commit is contained in:
parent
364c19dbc8
commit
818461cf02
1 changed files with 14 additions and 6 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue