Skip to content

Commit fc5794e

Browse files
Pull request #11: Pull request #10: feature/EOA-2321-SS
Merge in SDK/java_telesign from developer to master * commit '241fa813e9df72875411a527e8594e7465323c38': Pull request #10: feature/EOA-2321-SS
2 parents e485156 + 241fa81 commit fc5794e

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)