Merge branch 'master' into 'master'
Update info.tangential.cone to 0.1.0 (2) See merge request fdroid/fdroiddata!4493
This commit is contained in:
commit
bee13e0e84
|
@ -18,6 +18,7 @@ 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:
|
||||
|
@ -30,7 +31,21 @@ Builds:
|
|||
- $$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
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
CurrentVersion: 0.1.0
|
||||
CurrentVersionCode: 2
|
||||
|
|
Loading…
Reference in a new issue