Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
Also added .cxx folder in Android to gitignore. This is required as of Flutter 3.29
  • Loading branch information
jeroen1602 committed Feb 25, 2025
1 parent ee2c169 commit 12648e0
Show file tree
Hide file tree
Showing 11 changed files with 121 additions and 133 deletions.
1 change: 1 addition & 0 deletions android/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ gradle-wrapper.jar
/gradlew.bat
/local.properties
GeneratedPluginRegistrant.java
.cxx
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version '8.8.0' apply false
id "com.android.application" version '8.8.1' apply false
id "org.jetbrains.kotlin.android" version "2.1.10" apply false
}

Expand Down
4 changes: 2 additions & 2 deletions lighthouse_provider/lighthouse_back_end/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ environment:
sdk: ">=3.6.0 <4.0.0"

dependencies:
meta: ">=1.3.0 <2.0.0"
meta: ">=1.16.0 <2.0.0"
convert: ">=3.1.2 <4.0.0"
collection: ">=1.18.0 <2.0.0"
collection: ">=1.19.1 <2.0.0"
lighthouse_provider:
path: ../lighthouse_provider
lighthouse_logger:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

dependencies:
flutter_web_bluetooth: ^1.0.0
meta: ">=1.3.0 <2.0.0"
meta: ">=1.16.0 <2.0.0"
mutex: ">=3.1.0 <4.0.0"
rxdart: ">=0.28.0 <1.0.0"
convert: ">=3.1.2 <4.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_blue_plus: ^1.35.2
flutter_blue_plus: ^1.35.3
mutex: ">=3.1.0 <4.0.0"
rxdart: ">=0.28.0 <1.0.0"
lighthouse_back_end:
Expand Down
4 changes: 2 additions & 2 deletions lighthouse_provider/lighthouse_provider/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ environment:
sdk: ">=3.6.0 <4.0.0"

dependencies:
meta: ">=1.3.0 <2.0.0"
meta: ">=1.16.0 <2.0.0"
mutex: ">=3.1.0 <4.0.0"
rxdart: ">=0.28.0 <1.0.0"
tuple: ">=2.0.2 <3.0.0"
collection: ">=1.18.0 <2.0.0"
collection: ">=1.19.1 <2.0.0"
convert: ">=3.1.2 <4.0.0"
lighthouse_back_end:
path: ../lighthouse_back_end
Expand Down
2 changes: 1 addition & 1 deletion lighthouse_provider/lighthouse_providers/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

dependencies:
flutter_web_bluetooth: ^1.0.0
meta: ">=1.3.0 <2.0.0"
meta: ">=1.16.0 <2.0.0"
rxdart: ">=0.28.0 <1.0.0"
lighthouse_provider:
path: ../lighthouse_provider
Expand Down
2 changes: 1 addition & 1 deletion lighthouse_provider/lighthouse_test_helper/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ">=3.6.0 <4.0.0"

dependencies:
meta: ">=1.3.0 <2.0.0"
meta: ">=1.16.0 <2.0.0"
rxdart: ">=0.28.0 <1.0.0"
shared_platform:
path: ../../shared/shared_platform
Expand Down
Loading

0 comments on commit 12648e0

Please sign in to comment.