51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
YAML
|
Categories:
|
||
|
- Writing
|
||
|
License: GPL-3.0-only
|
||
|
WebSite: http://jamesfrost.me/simpleDo/simple-do.htm
|
||
|
SourceCode: https://github.com/JamesFrost/SimpleDo
|
||
|
IssueTracker: https://github.com/JamesFrost/SimpleDo/issues
|
||
|
|
||
|
AutoName: SimpleDo
|
||
|
Description: Simple todo list manager with emphasis on minimalism.
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/JamesFrost/SimpleDo
|
||
|
|
||
|
Builds:
|
||
|
- versionName: 1.1.2
|
||
|
versionCode: 3
|
||
|
commit: 343495edeb529845f0c95fa9800c63fe190c40af
|
||
|
srclibs:
|
||
|
- JodaTime@v2.5
|
||
|
rm:
|
||
|
- out
|
||
|
extlibs:
|
||
|
- android/android-support-v4.jar
|
||
|
prebuild:
|
||
|
- pushd $$JodaTime$$
|
||
|
- $$MVN3$$ package
|
||
|
- popd
|
||
|
- mkdir -p libs
|
||
|
- cp $$JodaTime$$/target/*.jar libs/
|
||
|
|
||
|
- versionName: 1.2.0
|
||
|
versionCode: 4
|
||
|
commit: v1.2.0
|
||
|
srclibs:
|
||
|
- JodaTime@v2.5
|
||
|
rm:
|
||
|
- out
|
||
|
extlibs:
|
||
|
- android/android-support-v4.jar
|
||
|
prebuild:
|
||
|
- pushd $$JodaTime$$
|
||
|
- $$MVN3$$ package
|
||
|
- popd
|
||
|
- mkdir -p libs
|
||
|
- cp $$JodaTime$$/target/*.jar libs/
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: 1.2.0
|
||
|
CurrentVersionCode: 4
|