Skip to content

Commit e132c9e

Browse files
committed
🚀 4.1.6
1 parent 1ff4e6c commit e132c9e

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

android/src/main/kotlin/com/courier/courier_flutter/CourierFlutterActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ open class CourierFlutterActivity : FlutterActivity() {
2020
super.onCreate(savedInstanceState)
2121

2222
// Setup and run the agent
23-
Courier.agent = CourierAgent.FlutterAndroid(version = "4.1.5")
23+
Courier.agent = CourierAgent.FlutterAndroid(version = "4.1.6")
2424
Courier.initialize(context)
2525

2626
// Handle system events

android/src/main/kotlin/com/courier/courier_flutter/CourierFlutterFragmentActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ open class CourierFlutterFragmentActivity : FlutterFragmentActivity() {
2020
super.onCreate(savedInstanceState)
2121

2222
// Setup and run the agent
23-
Courier.agent = CourierAgent.FlutterAndroid(version = "4.1.5")
23+
Courier.agent = CourierAgent.FlutterAndroid(version = "4.1.6")
2424
Courier.initialize(this)
2525

2626
// Handle system events

android/src/main/kotlin/com/courier/courier_flutter/CourierPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ internal class CourierPlugin : FlutterPlugin {
1313
}
1414

1515
init {
16-
Courier.agent = CourierAgent.FlutterAndroid(version = "4.1.5")
16+
Courier.agent = CourierAgent.FlutterAndroid(version = "4.1.6")
1717
}
1818

1919
override fun onAttachedToEngine(flutterPluginBinding: FlutterPlugin.FlutterPluginBinding) {

example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PODS:
22
- courier_flutter (0.0.1):
3-
- Courier_iOS (= 5.7.13)
3+
- Courier_iOS (= 5.7.14)
44
- Flutter
5-
- Courier_iOS (5.7.13)
5+
- Courier_iOS (5.7.14)
66
- Firebase/CoreOnly (11.4.0):
77
- FirebaseCore (= 11.4.0)
88
- Firebase/Messaging (11.4.0):
@@ -19,7 +19,7 @@ PODS:
1919
- FirebaseCoreInternal (~> 11.0)
2020
- GoogleUtilities/Environment (~> 8.0)
2121
- GoogleUtilities/Logger (~> 8.0)
22-
- FirebaseCoreInternal (11.14.0):
22+
- FirebaseCoreInternal (11.15.0):
2323
- "GoogleUtilities/NSData+zlib (~> 8.1)"
2424
- FirebaseInstallations (11.4.0):
2525
- FirebaseCore (~> 11.0)
@@ -122,13 +122,13 @@ EXTERNAL SOURCES:
122122
:path: ".symlinks/plugins/url_launcher_ios/ios"
123123

124124
SPEC CHECKSUMS:
125-
courier_flutter: 8b0e314745e8550d65bfe22fa259c6a0bc964fb1
126-
Courier_iOS: 9971061dbc53757f37e637ed3ad7734b23938273
125+
courier_flutter: f984566c08a65b92bbbe3fc48bcb79d7427f522f
126+
Courier_iOS: f424db1a45a18870350f96f0432fcd42a9676c66
127127
Firebase: cf1b19f21410b029b6786a54e9764a0cacad3c99
128128
firebase_core: b62a5080210edad3f2934314a8b2c6f5124e8e10
129129
firebase_messaging: 98619a0572d82cfb3668e78859ba9f1110e268c9
130130
FirebaseCore: e0510f1523bc0eb21653cac00792e1e2bd6f1771
131-
FirebaseCoreInternal: 6a3b668197644aa858fc4127578637c6767ba123
131+
FirebaseCoreInternal: 9afa45b1159304c963da48addb78275ef701c6b4
132132
FirebaseInstallations: 6ef4a1c7eb2a61ee1f74727d7f6ce2e72acf1414
133133
FirebaseMessaging: f8a160d99c2c2e5babbbcc90c4a3e15db036aee2
134134
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7

ios/Classes/CourierFlutterDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ open class CourierFlutterDelegate: FlutterAppDelegate {
4141
super.init()
4242

4343
// Set the api agent version
44-
Courier.agent = CourierAgent.flutterIOS("4.1.5")
44+
Courier.agent = CourierAgent.flutterIOS("4.1.6")
4545

4646
// Handle notification registration
4747
app.registerForRemoteNotifications()

ios/Classes/CourierFlutterMethodHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class CourierFlutterMethodHandler: NSObject {
1414

1515
// Set the flutter ios user agent
1616
// This ensures all the requests are tagged with this agent
17-
Courier.agent = CourierAgent.flutterIOS("4.1.5")
17+
Courier.agent = CourierAgent.flutterIOS("4.1.6")
1818

1919
}
2020

ios/courier_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Inbox, Push Notification & Preferences for Flutter by Courier
1616
s.source = { :path => '.' }
1717
s.source_files = 'Classes/**/*'
1818
s.dependency 'Flutter'
19-
s.dependency 'Courier_iOS', '5.7.13'
19+
s.dependency 'Courier_iOS', '5.7.14'
2020
s.platform = :ios, '15.0'
2121

2222
# Flutter.framework does not contain a i386 slice.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: courier_flutter
22
description: Inbox, Push Notifications and Preferences for Flutter
3-
version: 4.1.5
3+
version: 4.1.6
44
homepage: https://courier.com
55

66
environment:

0 commit comments

Comments
 (0)