Skip to content

Commit e5111e9

Browse files
authored
Updated TrustKit to 1.1.5 (#64)
1 parent baa2c8b commit e5111e9

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## Upcoming
3+
## 3.9.7 - 16 Jul 2024
44

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

78
## 3.9.6 - 14 Jun 2024
89

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ allprojects {
5656
To integrate Parley, specify the following in your `app/build.gradle` file:
5757

5858
```groovy
59-
implementation 'com.github.parley-messaging:android-library:3.9.6'
59+
implementation 'com.github.parley-messaging:android-library:3.9.7'
6060
```
6161

6262
### Upgrading

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation "com.google.firebase:firebase-messaging:23.4.1"
3838

3939
// 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
4141
implementation project(':parley') // Local
4242

4343
// Tests

parley/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'maven-publish'
33

44
group = 'com.github.parley-messaging'
5-
version = '3.9.6'
5+
version = '3.9.7'
66

77
android {
88
namespace 'nu.parley.android'
@@ -60,7 +60,7 @@ dependencies {
6060
annotationProcessor "com.github.bumptech.glide:compiler:4.15.1"
6161

6262
// TrustKit
63-
implementation 'com.datatheorem.android.trustkit:trustkit:1.1.2'
63+
implementation 'com.datatheorem.android.trustkit:trustkit:1.1.5'
6464

6565
// Markdown support
6666
implementation "io.noties.markwon:core:4.0.2"

0 commit comments

Comments
 (0)