Update serious_python to version 0.9.8
Bump serious_python dependency from 0.9.7 to 0.9.8 and comment out the git override for serious_python in pubspec.yaml.
This commit is contained in:
parent
f916b1211f
commit
0267b9327c
|
|
@ -13,7 +13,7 @@ dependencies:
|
||||||
flutter_web_plugins:
|
flutter_web_plugins:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
serious_python: 0.9.7
|
serious_python: 0.9.8
|
||||||
|
|
||||||
battery_plus: ^7.0.0
|
battery_plus: ^7.0.0
|
||||||
connectivity_plus: ^7.0.0
|
connectivity_plus: ^7.0.0
|
||||||
|
|
@ -40,11 +40,11 @@ dependency_overrides:
|
||||||
ref: main
|
ref: main
|
||||||
url: https://github.com/flet-dev/flet.git
|
url: https://github.com/flet-dev/flet.git
|
||||||
|
|
||||||
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: android-logging-fix
|
# ref: android-logging-fix
|
||||||
path: src/serious_python
|
# path: src/serious_python
|
||||||
|
|
||||||
package_info_plus: ^9.0.0
|
package_info_plus: ^9.0.0
|
||||||
wakelock_plus: ^1.4.0
|
wakelock_plus: ^1.4.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue