mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
me.tsukanov.counter: 35
- Updated categories. - Removed the description since it's now defined as part of metadata in the repository.
This commit is contained in:
parent
70f41a9806
commit
5d05d1d1a9
1 changed files with 11 additions and 7 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
Categories:
|
Categories:
|
||||||
|
- Sports & Health
|
||||||
|
- Time
|
||||||
- Writing
|
- Writing
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
AuthorName: Roman Tsukanov
|
AuthorName: Roman Tsukanov
|
||||||
|
|
@ -10,11 +12,6 @@ Translation: https://crowdin.com/project/simple-counter
|
||||||
Changelog: https://github.com/gentlecat/counter/blob/HEAD/CHANGELOG.md
|
Changelog: https://github.com/gentlecat/counter/blob/HEAD/CHANGELOG.md
|
||||||
|
|
||||||
AutoName: Counter
|
AutoName: Counter
|
||||||
Description: |-
|
|
||||||
<b>App is in maintenance mode. Do not expect new functionality. You are free to make pull requests with new features or bug fixes.</b>
|
|
||||||
|
|
||||||
Tally counter that makes counting easier. You can have multiple counters with
|
|
||||||
their own names and values. Values can be changed using volume buttons.
|
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/gentlecat/counter.git
|
Repo: https://github.com/gentlecat/counter.git
|
||||||
|
|
@ -169,8 +166,15 @@ Builds:
|
||||||
- yes
|
- yes
|
||||||
prebuild: sed -i -e 's/mavenCentral()/jcenter()/' build.gradle
|
prebuild: sed -i -e 's/mavenCentral()/jcenter()/' build.gradle
|
||||||
|
|
||||||
|
- versionName: '35'
|
||||||
|
versionCode: 35
|
||||||
|
commit: 66f2ddd0d02351c901cf5b6f4230fad2ebebc83b
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: build.gradle|appVersion = (\d+)||v(\d+)
|
UpdateCheckData: build.gradle|appVersion = (\d+)||v(\d+)
|
||||||
CurrentVersion: '34'
|
CurrentVersion: '35'
|
||||||
CurrentVersionCode: 34
|
CurrentVersionCode: 35
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue