mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Sharik to 3.0.0 (11)
This commit is contained in:
parent
8791fdb605
commit
65f9ca1ba6
1 changed files with 14 additions and 2 deletions
|
|
@ -25,8 +25,20 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 3.0.0
|
||||
versionCode: 11
|
||||
commit: 501baf76243156f8eaca3832fa880ce0c617f4c4
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.5
|
||||
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: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|versionCode:\s(.+)|.|version:\s(.+)
|
||||
CurrentVersion: '2.5'
|
||||
CurrentVersionCode: 10
|
||||
CurrentVersion: 3.0.0
|
||||
CurrentVersionCode: 11
|
||||
|
|
|
|||
Loading…
Reference in a new issue