Update serious_python to use git dependency
Switched serious_python from version 0.9.6 to a git dependency pointing to the 'android-crash-fix' branch. This change is likely to address specific issues or improvements not available in the published version.
This commit is contained in:
parent
5232c1cd09
commit
df123d151a
|
|
@ -29,13 +29,13 @@ dependency_overrides:
|
||||||
# ref: feodor/flet-0-27-5-fixes
|
# ref: feodor/flet-0-27-5-fixes
|
||||||
# url: https://github.com/flet-dev/flet.git
|
# url: https://github.com/flet-dev/flet.git
|
||||||
|
|
||||||
serious_python: 0.9.6
|
# serious_python: 0.9.6
|
||||||
|
|
||||||
# serious_python:
|
serious_python:
|
||||||
# git:
|
git:
|
||||||
# url: https://github.com/flet-dev/serious-python.git
|
url: https://github.com/flet-dev/serious-python.git
|
||||||
# ref: ios-bundle-id-fix
|
ref: android-crash-fix
|
||||||
# path: src/serious_python
|
path: src/serious_python
|
||||||
|
|
||||||
wakelock_plus: ^1.2.10
|
wakelock_plus: ^1.2.10
|
||||||
web: ^1.0.0
|
web: ^1.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue