Skip to content

Commit 241fa81

Browse files
Pull request #10: feature/EOA-2321-SS
Merge in SDK/java_telesign from feature/EOA-2321-SS to developer Squashed commit of the following: commit 3898da684b79d022dda7115eb4c38ff8ec04fe5c Author: MousumiMohanty <@telesign.com> Date: Mon Sep 22 11:16:39 2025 +0530 updated the release note text commit 9576021c96e9db653c11eb58b8823dc8ecdaff1b Author: MousumiMohanty <@telesign.com> Date: Fri Sep 19 15:48:10 2025 +0530 removed ss text from release note commit 1f90a68c4ac2fcac1fd982249f7fbb8e3ffbb151 Author: MousumiMohanty <@telesign.com> Date: Thu Sep 18 17:17:57 2025 +0530 Updated SDK install instructions on GitHub to default to latest version for ss sdk
1 parent 6616811 commit 241fa81

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Follow these steps to add this SDK as a dependency to your project.
4848
5. Add the following dependencies to the `dependencies` block in the file "app/build.gradle.kts" in your project:
4949

5050
```
51-
implementation("com.google.code.gson:gson:2.2.+")
52-
implementation ("com.squareup.okio:okio:2.9.0")
53-
implementation("com.telesign:telesign:2.3.0")
51+
implementation("com.google.code.gson:gson:2.+")
52+
implementation ("com.squareup.okio:okio:2.+")
53+
implementation("com.telesign:telesign:3.+")
5454
```
5555

5656
That last dependency pulls in the Telesign Self-service Java SDK.

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.0.1](http://central.maven.org/maven2/com/telesign/telesign/3.0.1) - 2025-09-18
2+
- 2025-09-18
3+
- Updated SDK install instructions on GitHub to default to latest version for Telesign SDK
4+
15
## [3.0.0](http://central.maven.org/maven2/com/telesign/telesign/3.0.0) - 2025-07-18
26
- 2025-07-18
37
- Removed Status method in AppVerify class.

0 commit comments

Comments
 (0)