63 lines
2 KiB
YAML
63 lines
2 KiB
YAML
Categories:
|
|
- Money
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/bradyt/cone
|
|
IssueTracker: https://github.com/bradyt/cone/issues
|
|
|
|
AutoName: cone
|
|
Description: |
|
|
Whereas ledger-cli is the original ledger app, and hledger, beancount
|
|
and transity are a few of the number of ledger-likes, cone brings the
|
|
data entry aspect to your mobile phone. We hope to add features to show
|
|
balances, etc.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/bradyt/cone
|
|
|
|
Builds:
|
|
- versionName: 0.0.0
|
|
versionCode: 1
|
|
disable: flutter sample app
|
|
commit: v0.0.0
|
|
output: build/app/outputs/apk/release/app-release.apk
|
|
srclibs:
|
|
- flutter@v1.2.1
|
|
prebuild:
|
|
- echo 'android.applicationVariants.all { variant -> variant.outputs.all { output
|
|
-> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
|
- $$flutter$$/bin/flutter pub get
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
- versionName: 0.1.0
|
|
versionCode: 2
|
|
commit: v0.1.0
|
|
output: build/app/outputs/apk/release/app-release.apk
|
|
srclibs:
|
|
- flutter@v1.2.1
|
|
prebuild:
|
|
- echo 'android.applicationVariants.all { variant -> variant.outputs.all { output
|
|
-> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
|
- $$flutter$$/bin/flutter pub get
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
- versionName: 0.1.2
|
|
versionCode: 4
|
|
commit: v0.1.2
|
|
output: build/app/outputs/apk/release/app-release.apk
|
|
srclibs:
|
|
- flutter@v1.2.1
|
|
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
|
|
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: 0.1.2
|
|
CurrentVersionCode: 4
|