mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update Cuppa to 2.8.6 (56)
This commit is contained in:
parent
878b1ffb78
commit
43047eb4f2
1 changed files with 24 additions and 2 deletions
|
|
@ -479,8 +479,30 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --target lib/main_fdroid.dart
|
||||
|
||||
- versionName: 2.8.6
|
||||
versionCode: 56
|
||||
commit: c5d3f8355cfea1e5748a6ee57871e1fd29b5564d
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@3.29.3
|
||||
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
|
||||
- $$flutter$$/bin/flutter pub remove patrol
|
||||
- $$flutter$$/bin/flutter pub remove in_app_review
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --target lib/main_fdroid.dart
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.8.5
|
||||
CurrentVersionCode: 54
|
||||
CurrentVersion: 2.8.6
|
||||
CurrentVersionCode: 56
|
||||
|
|
|
|||
Loading…
Reference in a new issue