Skip to content

Commit

Permalink
Updated connectivity_plus dependency to ^4.0.0 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
matux authored Aug 3, 2023
1 parent 1517290 commit 3da9fb4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions rollbar_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.3

- Bumped version of `connectivity_plus` dependency to `^4.0.0`.

## 1.4.2

- Updated the hooking mechanism to use `PlatformDispatcher` instead of a custom `Zone` when using Flutter 3.3 or above.
Expand Down
2 changes: 1 addition & 1 deletion rollbar_flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {
}

defaultConfig {
minSdkVersion 16
minSdkVersion 19
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion rollbar_flutter/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {

defaultConfig {
applicationId "com.rollbar.flutter.example"
minSdkVersion flutter.minSdkVersion
minSdkVersion 19
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
2 changes: 1 addition & 1 deletion rollbar_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rollbar_flutter_example
description: Demonstrates how to use the rollbar_flutter plugin.
version: 1.4.2
version: 1.4.3

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

Expand Down
4 changes: 2 additions & 2 deletions rollbar_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rollbar_flutter
description: Connect your Flutter applications to Rollbar for error reporting.
version: 1.4.2
version: 1.4.3
homepage: https://www.rollbar.com
documentation: https://docs.rollbar.com/docs/flutter#flutter
repository: https://github.com/rollbar/rollbar-flutter
Expand All @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.7.0
connectivity_plus: ^3.0.0
connectivity_plus: ^4.0.0
sqlite3_flutter_libs: ^0.5.12
rollbar_common: ^1.1.0
rollbar_dart: ^1.3.0
Expand Down

0 comments on commit 3da9fb4

Please sign in to comment.