mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update CV of cone to 0.1.2 (4)
This commit is contained in:
parent
178282634f
commit
1457af41ab
1 changed files with 15 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Money
|
- Money
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
WebSite: https://github.com/bradyt/cone
|
SourceCode: https://github.com/bradyt/cone
|
||||||
IssueTracker: https://github.com/bradyt/cone/issues
|
IssueTracker: https://github.com/bradyt/cone/issues
|
||||||
|
|
||||||
AutoName: cone
|
AutoName: cone
|
||||||
|
|
@ -44,7 +44,19 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter config --no-analytics
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$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
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: 0.1.0
|
CurrentVersion: 0.1.2
|
||||||
CurrentVersionCode: 2
|
CurrentVersionCode: 4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue