mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update Cuppa to 2.1.0 (37)
This commit is contained in:
parent
022728913b
commit
a87a81aed6
1 changed files with 21 additions and 2 deletions
|
|
@ -195,8 +195,27 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 2.1.0
|
||||
versionCode: 37
|
||||
commit: fb8065f32702cfc0fcb8f236a68fd9de8237af2f
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@3.10.1
|
||||
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.0.0
|
||||
CurrentVersionCode: 36
|
||||
CurrentVersion: 2.1.0
|
||||
CurrentVersionCode: 37
|
||||
|
|
|
|||
Loading…
Reference in a new issue