Update serious_python dependency to main branch
Changed the serious_python dependency override to use the 'main' branch instead of 'android-16k' for improved stability and access to latest updates.
This commit is contained in:
parent
c81a793fc3
commit
424f0921aa
|
|
@ -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: android-16k
|
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