Skip to content

Commit 4f18c5f

Browse files
committed
Version bump
1 parent 2b8c685 commit 4f18c5f

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

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.3'
47+
implementation 'com.github.parley-messaging:android-library:3.4.4'
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.3' // Remote
39+
// implementation 'com.github.parley-messaging:android-library:3.4.4' // 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.3'
7+
libraryVersion = '3.4.4'
88
}
99

1010
publish {

parley/src/main/res/layout/view_compose.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
android:layout_width="wrap_content"
3333
android:layout_height="wrap_content"
3434
android:layout_gravity="end|bottom" />
35-
3635
</FrameLayout>
3736

3837
<com.google.android.material.floatingactionbutton.FloatingActionButton

0 commit comments

Comments
 (0)