mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 14:16:53 +00:00
Cuppa - bump flutter
This commit is contained in:
parent
a360383800
commit
a4814818fc
1 changed files with 8 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ Changelog: https://github.com/ncosgray/cuppa_mobile/releases
|
|||
AutoName: Cuppa
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/ncosgray/cuppa_mobile
|
||||
Repo: https://github.com/ncosgray/cuppa_mobile.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.5.5
|
||||
|
|
@ -181,13 +181,18 @@ Builds:
|
|||
commit: da896590dd44db7d71d6a27c029e5a98b2ea160c
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@3.7.0
|
||||
- flutter@3.10.1
|
||||
rm:
|
||||
- ios
|
||||
build:
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue