Update serious_python dependency to main branch
Changed the serious_python dependency override to use the 'main' branch instead of 'hidden-files-fix' for improved stability and alignment with upstream changes.
This commit is contained in:
parent
16700d5578
commit
c10c8e7691
|
|
@ -32,7 +32,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: hidden-files-fix
|
ref: main
|
||||||
path: src/serious_python
|
path: src/serious_python
|
||||||
|
|
||||||
wakelock_plus: ^1.2.10
|
wakelock_plus: ^1.2.10
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue