fdroiddata/metadata/com.darshancomputing.BatteryIndicator.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 13:13:47 +02:00

57 lines
1.7 KiB
YAML

Categories:
- System
License: GPL-3.0-only
WebSite: https://www.batterybot.info
SourceCode: https://github.com/darshan-/Battery-Indicator-Free
IssueTracker: https://github.com/darshan-/Battery-Indicator-Free/issues
Donate: https://github.com/darshan-/Battery-Indicator-Support/blob/HEAD/PackageDownload.md#support--donate
AutoName: BatteryBot
Summary: Battery monitoring tool, "free" version
Description: |-
Shows your battery charge level (percent) as an icon in your status bar, with
temperature, health, voltage, and time since plugged / unplugged in the
notification area. It also has user-configurable alarms, logs, and widgets.
RepoType: git
Repo: https://github.com/darshan-/Battery-Indicator-Free
Builds:
- versionName: 9.0.1
versionCode: 11200
commit: b20bb760b956b4082edbb04ea9b2f217c441fa64
target: android-22
- versionName: 10.0.0
versionCode: 13018
commit: 970a6bf13f9a3e036b2a3b58f67277f861af5ece
gradle:
- yes
prebuild: sed -i -e '/secureProperties/d' build.gradle
- versionName: 10.0.1-beta1
versionCode: 13022
commit: 0d8fa8d3091771dba9fd5c99012616e1dd43919f
gradle:
- yes
prebuild: sed -i -e '/secureProperties/d' build.gradle
- versionName: 10.0.4
versionCode: 13030
commit: 11cf3276d1b7e411ffe4fc668ba080b383089c00
gradle:
- yes
prebuild: sed -i -e '/secureProperties/d' build.gradle
- versionName: 11.0.2
versionCode: 26010
commit: 2354c44cd96ac050228af360f362715f3ccf6fc3
gradle:
- yes
prebuild: sed -i -e '/secureProperties/d' build.gradle
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 11.0.3-dev
CurrentVersionCode: 26011