fdroiddata/metadata/net.cactii.mathdoku.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```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 18:41:06 +02:00

34 lines
904 B
YAML

Categories:
- Games
License: GPL-3.0-only
SourceCode: https://archive.softwareheritage.org/browse/origin/http://mathdoku.googlecode.com/svn//directory/
AutoName: MathDoku
Summary: Sudoku-like game based on KenKen
Description: A sudoku-like game with an arithmetical twist. Based on KenKen(TM).
Builds:
- versionName: '1.8'
versionCode: 70
commit: version-1.8
target: android-10
- versionName: 1.95d
versionCode: 77
commit: '96'
init: rm -rf bin/ gen/
prebuild: sed -i 's/minSdkVersion=\"3\"/minSdkVersion=\"4\" targetSdkVersion=\"4\"/g'
AndroidManifest.xml
target: android-17
- versionName: 1.96.2
versionCode: 281
commit: version-1.96.2
init: rm -rf bin/ gen/
prebuild: sed -i 's/minSdkVersion=\"3\"/minSdkVersion=\"4\"/' AndroidManifest.xml
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 1.96.2
CurrentVersionCode: 281