File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Upcoming
3
+ ## 3.9.7 - 16 Jul 2024
4
4
5
5
- Fixed an issue that could cause images to be send twice when using Android 14 or higher.
6
+ - Updated TrustKit to version 1.1.5.
6
7
7
8
## 3.9.6 - 14 Jun 2024
8
9
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ allprojects {
56
56
To integrate Parley, specify the following in your ` app/build.gradle ` file:
57
57
58
58
``` groovy
59
- implementation 'com.github.parley-messaging:android-library:3.9.6 '
59
+ implementation 'com.github.parley-messaging:android-library:3.9.7 '
60
60
```
61
61
62
62
### Upgrading
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
37
37
implementation " com.google.firebase:firebase-messaging:23.4.1"
38
38
39
39
// Library
40
- // implementation 'com.github.parley-messaging:android-library:3.9.6 ' // Remote
40
+ // implementation 'com.github.parley-messaging:android-library:3.9.7 ' // Remote
41
41
implementation project(' :parley' ) // Local
42
42
43
43
// Tests
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
2
apply plugin : ' maven-publish'
3
3
4
4
group = ' com.github.parley-messaging'
5
- version = ' 3.9.6 '
5
+ version = ' 3.9.7 '
6
6
7
7
android {
8
8
namespace ' nu.parley.android'
@@ -60,7 +60,7 @@ dependencies {
60
60
annotationProcessor " com.github.bumptech.glide:compiler:4.15.1"
61
61
62
62
// TrustKit
63
- implementation ' com.datatheorem.android.trustkit:trustkit:1.1.2 '
63
+ implementation ' com.datatheorem.android.trustkit:trustkit:1.1.5 '
64
64
65
65
// Markdown support
66
66
implementation " io.noties.markwon:core:4.0.2"
You can’t perform that action at this time.
0 commit comments