Skip to content

Commit 50e3366

Browse files
committed
Version 3.11.6
1 parent 5861f89 commit 50e3366

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 3.11.6 - Released 12 Jun 2025
4+
5+
- [Chat] Resolved a memory leak when rotating the device when Parley is or was shown.
6+
- [SSL Pinning] Updated SSL pinning public key of Parley.
7+
38
## 3.11.5 - Released 13 May 2025
49

510
- [Styling] Made meta background styling only for when it's above an image.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ allprojects {
5757
To integrate Parley, specify the following in your `app/build.gradle` file:
5858

5959
```groovy
60-
implementation 'com.github.parley-messaging:android-library:3.11.5'
60+
implementation 'com.github.parley-messaging:android-library:3.11.6'
6161
```
6262

6363
### Upgrading

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090
implementation "com.google.firebase:firebase-messaging:23.4.1"
9191

9292
// Library
93-
// implementation 'com.github.parley-messaging:android-library:3.11.5' // Remote
93+
// implementation 'com.github.parley-messaging:android-library:3.11.6' // Remote
9494
implementation project(':parley') // Local
9595

9696
// Tests

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ task clean(type: Delete) {
2727
}
2828

2929
ext {
30-
parley_version_name = "3.11.5"
30+
parley_version_name = "3.11.6"
3131
}

0 commit comments

Comments
 (0)