Skip to content

Commit d57f55a

Browse files
committed
Android personalization bug fix
1 parent 2aa9761 commit d57f55a

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.2
2+
3+
* [hotfix] Fix personalization with notification title when sent with rich media in android
4+
5+
16
## 1.0.1
27

38
* Update example app to match latest flutter update

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add this to your package's `pubspec.yaml` file below dependencies:
2323

2424
````yaml
2525
dependencies:
26-
pushbots_flutter: ^1.0.1
26+
pushbots_flutter: ^1.0.2
2727
````
2828

2929
**2- Install the SDK:**

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
dependencies {
4343
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4444

45-
implementation 'com.pushbots:pushbots-lib:3.3.3@aar'
45+
implementation 'com.pushbots:pushbots-lib:3.3.4@aar'
4646
implementation 'com.google.firebase:firebase-messaging:20.2.4'
4747
implementation 'com.google.android.gms:play-services-location:17.0.0'
4848
}

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ packages:
9494
path: ".."
9595
relative: true
9696
source: path
97-
version: "1.0.1"
97+
version: "1.0.2"
9898
sky_engine:
9999
dependency: transitive
100100
description: flutter

ios/pushbots_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'pushbots_flutter'
7-
s.version = '1.0.1'
7+
s.version = '1.0.2'
88
s.summary = 'PushBots flutter SDK'
99
s.description = 'PushBots is a scalable push notification system for mobile applications that helps save time and effort to effectively communicate with your users. We provide native SDKs (Android, iOS, and Phonegap), REST API, API clients(PHP, Python, NodeJS and dotNET) and an online dashboard to manage and send your push notifications. We also provide analytics, push scheduling and Twitter integration.'
1010
s.homepage = 'https://pushbots.com'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pushbots_flutter
22
description: PushBots SDK, help you manage push notifications easily and effectivly.
3-
version: 1.0.1
3+
version: 1.0.2
44
homepage: https://pushbots.com/
55
repository: https://github.com/pushbots/flutter-sdk
66

0 commit comments

Comments
 (0)