mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Nihonoari to 1.6.0 (8)
This commit is contained in:
parent
a95d7a206a
commit
2d83410494
1 changed files with 14 additions and 2 deletions
|
|
@ -62,8 +62,20 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
build: $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.6.0
|
||||
versionCode: 8
|
||||
commit: 5bac619d3907c1084a672356bff061d5c85d664b
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@v1.15.21
|
||||
prebuild:
|
||||
- echo 'android.applicationVariants.all { variant -> variant.outputs.all { output
|
||||
-> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
build: $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.5.0
|
||||
CurrentVersionCode: 7
|
||||
CurrentVersion: 1.6.0
|
||||
CurrentVersionCode: 8
|
||||
|
|
|
|||
Loading…
Reference in a new issue