We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07f7e7 commit 0e991a1Copy full SHA for 0e991a1
README.md
@@ -44,7 +44,7 @@ allprojects {
44
To integrate Parley, specify the following in your `app/build.gradle` file:
45
46
```groovy
47
-implementation 'com.github.parley-messaging:android-library:3.5.0'
+implementation 'com.github.parley-messaging:android-library:3.6.0'
48
```
49
50
### Upgrading
app/build.gradle
@@ -36,7 +36,7 @@ dependencies {
36
implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1'
37
38
// Library
39
-// implementation 'com.github.parley-messaging:android-library:3.5.0' // Remote
+// implementation 'com.github.parley-messaging:android-library:3.6.0' // Remote
40
implementation project(':parley') // Local
41
42
// Tests
0 commit comments