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 11# Changelog
22
3+ ## 3.4.3 - Released 23 Mar 2022
4+
5+ - Compose input is now aligned centered compared to the send button.
6+ - Fixed a crash when agent is typing.
7+
38## 3.4.2 - Released 11 Mar 2022
49
510- Added optional ` uniqueDeviceIdentifier ` parameter to the configure method to override the default device identifier that Parley uses.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ allprojects {
4444To integrate Parley, specify the following in your ` app/build.gradle ` file:
4545
4646``` groovy
47- implementation 'com.github.parley-messaging:android-library:3.4.1 '
47+ implementation 'com.github.parley-messaging:android-library:3.4.3 '
4848```
4949
5050### Upgrading
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636 implementation ' com.crashlytics.sdk.android:crashlytics:2.10.1'
3737
3838 // Library
39- // implementation 'com.github.parley-messaging:android-library:3.4.2 ' // Remote
39+ // implementation 'com.github.parley-messaging:android-library:3.4.3 ' // Remote
4040 implementation project(' :parley' ) // Local
4141
4242 // Tests
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'com.novoda.bintray-release'
44
55ext {
66 libraryPackageIdentifier = ' nu.parley.android'
7- libraryVersion = ' 3.4.2 '
7+ libraryVersion = ' 3.4.3 '
88}
99
1010publish {
You can’t perform that action at this time.
0 commit comments