Skip to content

Commit 5fd5a64

Browse files
committed
Version 3.4.3
1 parent 9643eb0 commit 5fd5a64

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.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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ allprojects {
4444
To 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

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

parley/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.novoda.bintray-release'
44

55
ext {
66
libraryPackageIdentifier = 'nu.parley.android'
7-
libraryVersion = '3.4.2'
7+
libraryVersion = '3.4.3'
88
}
99

1010
publish {

0 commit comments

Comments
 (0)