Kotlin 1.9.0, Geolocator bump (#13)

* geolocator: ^12.0.0

* geolocator_android: ^4.6.0

* Kotlin 1.9.0

* Kotlin 1.9.24

* AGP 8.5.0

* Rollback AGP 8.3.1

* torch_light from github

* Add pubspec.lock

* Updated pubspec.lock

* conditional dependencies

* Fix ifs
This commit is contained in:
Feodor Fitsner 2024-06-19 22:37:08 -07:00 committed by GitHub
parent 6067841b81
commit 652bbfa243
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1557 additions and 4 deletions

View File

@ -42,5 +42,3 @@ app.*.map.json
/android/app/debug /android/app/debug
/android/app/profile /android/app/profile
/android/app/release /android/app/release
/pubspec.lock

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -21,12 +21,29 @@ dependencies:
dependency_overrides: dependency_overrides:
wakelock_plus: ^1.2.5 wakelock_plus: ^1.2.5
package_info_plus: ^8.0.0 package_info_plus: ^8.0.0
# {% if 'flet_audio_recorder' in cookiecutter.flutter.dependencies %}
record: ^5.1.1 record: ^5.1.1
# {% endif %}
# {% if 'flet_geolocator' in cookiecutter.flutter.dependencies %}
geolocator: ^12.0.0
geolocator_android: ^4.6.0
# {% endif %}
# {% if 'flet_flashlight' in cookiecutter.flutter.dependencies %}
torch_light:
git:
url: https://github.com/flet-dev/torch_light.git
ref: android-namespace
# {% endif %}
serious_python_android: serious_python_android:
git: git:
url: https://github.com/flet-dev/serious-python.git url: https://github.com/flet-dev/serious-python.git
path: src/serious_python_android path: src/serious_python_android
ref: 0.7-fix ref: 0.7-fix
serious_python_platform_interface: serious_python_platform_interface:
git: git:
url: https://github.com/flet-dev/serious-python.git url: https://github.com/flet-dev/serious-python.git