mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Cuppa to 2.6.0 (44)
This commit is contained in:
parent
6a67c9d9c1
commit
86b3481f65
1 changed files with 21 additions and 2 deletions
|
|
@ -290,8 +290,27 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 2.6.0
|
||||
versionCode: 44
|
||||
commit: 9fe578144652be46f19ee6ef0487427235ebf7f2
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@3.16.7
|
||||
rm:
|
||||
- ios
|
||||
prebuild:
|
||||
- sed -i '/keystoreProperties.load(new FileInputStream(keystorePropertiesFile))/d'
|
||||
android/app/build.gradle
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.5.0
|
||||
CurrentVersionCode: 43
|
||||
CurrentVersion: 2.6.0
|
||||
CurrentVersionCode: 44
|
||||
|
|
|
|||
Loading…
Reference in a new issue