Skip to content

Commit 0e991a1

Browse files
committed
Version bump
1 parent e07f7e7 commit 0e991a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.5.0'
47+
implementation 'com.github.parley-messaging:android-library:3.6.0'
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.5.0' // Remote
39+
// implementation 'com.github.parley-messaging:android-library:3.6.0' // Remote
4040
implementation project(':parley') // Local
4141

4242
// Tests

0 commit comments

Comments
 (0)