Update serious_python dependency ref
Changed the git reference for serious_python from 'android10-fix' to 'android-crash-fix' in pubspec.yaml to use the latest fix for Android crashes.
This commit is contained in:
parent
93127c841c
commit
4b237db581
|
|
@ -45,7 +45,7 @@ dependency_overrides:
|
||||||
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: android10-fix
|
ref: android-crash-fix
|
||||||
path: src/serious_python
|
path: src/serious_python
|
||||||
|
|
||||||
package_info_plus: ^9.0.0
|
package_info_plus: ^9.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue