File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ allprojects {
5757To 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ task clean(type: Delete) {
2727}
2828
2929ext {
30- parley_version_name = " 3.11.5 "
30+ parley_version_name = " 3.11.6 "
3131}
You can’t perform that action at this time.
0 commit comments