Merge pull request #11 from flet-dev/0.23.0-fix1

Fix dependencies
This commit is contained in:
Feodor Fitsner 2024-06-19 10:07:55 -07:00 committed by GitHub
commit 0eac4d4c5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 12 deletions

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.7.10'
ext.kotlin_version = '1.7.22'
repositories {
google()
mavenCentral()

View File

@ -12,23 +12,16 @@ dependencies:
sdk: flutter
serious_python: ^0.7.0
# serious_python:
# git:
# url: https://github.com/flet-dev/serious-python
# path: src/serious_python
# ref: 'd059aef'
flet: ^0.23.0
# flet:
# git:
# url: https://github.com/flet-dev/flet.git
# path: package
# ref: '37b9581'
path: ^1.8.3
url_strategy: ^0.2.0
cupertino_icons: ^1.0.6
dependency_overrides:
wakelock_plus: ^1.2.5
package_info_plus: ^8.0.0
dev_dependencies:
flutter_test:
sdk: flutter