File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
8
## 3.11.5 - Released 13 May 2025
4
9
5
10
- [ Styling] Made meta background styling only for when it's above an image.
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ allprojects {
57
57
To integrate Parley, specify the following in your ` app/build.gradle ` file:
58
58
59
59
``` groovy
60
- implementation 'com.github.parley-messaging:android-library:3.11.5 '
60
+ implementation 'com.github.parley-messaging:android-library:3.11.6 '
61
61
```
62
62
63
63
### Upgrading
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ dependencies {
90
90
implementation " com.google.firebase:firebase-messaging:23.4.1"
91
91
92
92
// 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
94
94
implementation project(' :parley' ) // Local
95
95
96
96
// Tests
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ task clean(type: Delete) {
27
27
}
28
28
29
29
ext {
30
- parley_version_name = " 3.11.5 "
30
+ parley_version_name = " 3.11.6 "
31
31
}
You can’t perform that action at this time.
0 commit comments