mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
misc fixes
This commit is contained in:
parent
2a6d1ffa68
commit
4c49f831ba
4 changed files with 16 additions and 33 deletions
|
|
@ -564,13 +564,12 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk
|
||||
ndk: r20
|
||||
|
||||
- versionName: 5.0.89
|
||||
versionCode: 89
|
||||
disable: https://github.com/invoiceninja/admin-portal/issues/473
|
||||
commit: 523efab5e8ed8bb4c83fda1a31a6571e2cbeb3ea
|
||||
- versionName: 5.0.90
|
||||
versionCode: 90
|
||||
commit: 8a7db076d0fe0cac7d7d06d7d0c1b3843a43e8d3
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.0.3
|
||||
- flutter@3.0.4
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
|
|
@ -590,12 +589,14 @@ Builds:
|
|||
- cp android/app/src/main/AndroidManifest.foss.xml android/app/src/main/AndroidManifest.xml
|
||||
- cp pubspec.foss.yaml pubspec.yaml
|
||||
- rm pubspec.lock
|
||||
- sed -i -e '/google_sign_in/d' -e '/in_app_review/d' -e '/in_app_purchase/d'
|
||||
pubspec.yaml
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
ndk: r20
|
||||
|
||||
AutoUpdateMode: None
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 5.0.90
|
||||
|
|
|
|||
|
|
@ -14,17 +14,17 @@ RepoType: git
|
|||
Repo: https://github.com/SpicyChair/pluvia_weather_flutter
|
||||
|
||||
Builds:
|
||||
- versionName: 1.5.0
|
||||
versionCode: 36
|
||||
- versionName: 1.6.0
|
||||
versionCode: 38
|
||||
disable: https://github.com/SpicyChair/pluvia_weather_flutter/issues/55
|
||||
commit: a8986d5a4f07e650c2f18223229ce18bfd7875d8
|
||||
commit: d3fbea272e31f8cb565642dfe734215c80ad5880
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.5.3
|
||||
- flutter@3.0.5
|
||||
rm:
|
||||
- ios
|
||||
build:
|
||||
|
|
|
|||
|
|
@ -951,9 +951,9 @@ Builds:
|
|||
scandelete:
|
||||
- plugins/build
|
||||
|
||||
- versionName: 6.0.6
|
||||
versionCode: 3060383
|
||||
commit: a97c8fd1769b369704409926303b1f830deb82a2
|
||||
- versionName: 6.0.7
|
||||
versionCode: 3060384
|
||||
commit: e566d7eeb14cf49ca264a800734f0ce3c61a9b72
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
|
|
|
|||
|
|
@ -32,25 +32,7 @@ Builds:
|
|||
- CHARGEPRICE_API_KEY_ENCRYPTED=JVwoGQcbTgIbFUlHIE5leEAEVRZzCC1LAh5JAB4UT0Y=
|
||||
- OPENCHARGEMAP_API_KEY_ENCRYPTED=dw4uF1YdTFIHQEpHdgZjcxJRSRFyW3sDBhwaBU9CTUp3Tm99
|
||||
|
||||
- versionName: 1.3.4
|
||||
versionCode: 90
|
||||
commit: 6b0a8bb506fefa21ca28a4e12a2a86327609eb48
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- foss
|
||||
- normal
|
||||
gradleprops:
|
||||
- GOINGELECTRIC_API_KEY=7ef9a064ec4602a853c9201ac35be94b
|
||||
- GOOGLE_MAPS_API_KEY=
|
||||
- MAPBOX_API_KEY_ENCRYPTED=NgZlSx1mHC9AH0IoHHEjEnkkDT8FJyNnDkNEPxgEGxMAYTouSwlUPgFVPE8wZlgFbSYaPAMSPhITEh0pBSdyAAVYVyNDRn0IIltkDRksPjArAhh6MFs=
|
||||
- CHARGEPRICE_API_KEY_ENCRYPTED=JVwoGQcbTgIbFUlHIE5leEAEVRZzCC1LAh5JAB4UT0Y=
|
||||
- OPENCHARGEMAP_API_KEY_ENCRYPTED=dw4uF1YdTFIHQEpHdgZjcxJRSRFyW3sDBhwaBU9CTUp3Tm99
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.3.4
|
||||
CurrentVersionCode: 90
|
||||
|
|
|
|||
Loading…
Reference in a new issue