mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Cuppa to 2.7.1 (46)
This commit is contained in:
parent
5de1884a0a
commit
721c291735
1 changed files with 21 additions and 2 deletions
|
|
@ -328,8 +328,27 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 2.7.1
|
||||
versionCode: 46
|
||||
commit: f194294fc3a672000a6aa93db563c71e32aee9e3
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@3.19.2
|
||||
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.7.0
|
||||
CurrentVersionCode: 45
|
||||
CurrentVersion: 2.7.1
|
||||
CurrentVersionCode: 46
|
||||
|
|
|
|||
Loading…
Reference in a new issue