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:
parent
6067841b81
commit
652bbfa243
|
|
@ -41,6 +41,4 @@ app.*.map.json
|
|||
# Android Studio will place build artifacts here
|
||||
/android/app/debug
|
||||
/android/app/profile
|
||||
/android/app/release
|
||||
|
||||
/pubspec.lock
|
||||
/android/app/release
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
buildscript {
|
||||
ext.kotlin_version = '1.7.22'
|
||||
ext.kotlin_version = '1.9.24'
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -21,12 +21,29 @@ dependencies:
|
|||
dependency_overrides:
|
||||
wakelock_plus: ^1.2.5
|
||||
package_info_plus: ^8.0.0
|
||||
|
||||
# {% if 'flet_audio_recorder' in cookiecutter.flutter.dependencies %}
|
||||
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:
|
||||
git:
|
||||
url: https://github.com/flet-dev/serious-python.git
|
||||
path: src/serious_python_android
|
||||
ref: 0.7-fix
|
||||
|
||||
serious_python_platform_interface:
|
||||
git:
|
||||
url: https://github.com/flet-dev/serious-python.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue