Skip to content

Commit 90ed577

Browse files
Pull request #27: Feature/EOA-2321 FS Update SDK install instructions
Merge in SDK/java_telesign_enterprise from feature/EOA-2321-FS-Update-SDK-install-instructions to developer Squashed commit of the following: commit 70e7599574592b2ba4b5359c6957a55daf861e37 Author: MousumiMohanty <@telesign.com> Date: Mon Sep 22 11:24:20 2025 +0530 updated the release note text commit 0ca47166a0b21e814e03f16b1fb80a3f61161b3e Author: MousumiMohanty <@telesign.com> Date: Fri Sep 19 15:45:03 2025 +0530 removed FS test from release note commit 231691a61f7b970b5d0ad5a0b8eb0b0ab0a40f1d Author: MousumiMohanty <@telesign.com> Date: Thu Sep 18 15:42:44 2025 +0530 update the version to take the major version commit 668daef5c1589973e676edc98b5dee9463fb0533 Author: MousumiMohanty <@telesign.com> Date: Thu Sep 18 14:44:55 2025 +0530 Fixed dependency problem by adding the SS sdk reference to readme file commit 581bbf68696a554d7935ba9d763a2d90e5931fb9 Author: MousumiMohanty <@telesign.com> Date: Thu Sep 18 14:30:38 2025 +0530 added the release note commit 9844cc4ec1ee26ca7f30cc2ab95156716333071f Author: MousumiMohanty <@telesign.com> Date: Thu Sep 18 14:25:28 2025 +0530 update the install instruction in readme file to fetch the latest commit eadb69d Merge: ea6a6ca e1174c4 Author: Juan Camilo Martinez <jmartinez@telesign.com> Date: Mon Aug 4 20:31:34 2025 +0000 Pull request #26: Pull request #25: Added full support for App Verify API Merge in SDK/java_telesign_enterprise from developer to master * commit 'e1174c40e662b30d5bb326b4f39a5e672841a13e': Pull request #25: Added full support for App Verify API commit ea6a6ca Merge: 802c672 1e66bd2 Author: Juan Camilo Martinez <jmartinez@telesign.com> Date: Tue Jul 22 21:44:28 2025 +0000 Pull request #24: Removed Contact method in PhoneId class Merge in SDK/java_telesign_enterprise from developer to master * commit '1e66bd2defe5631b9b13ba86b97b94d61f580fdd': Pull request #23: Removed Contact method in PhoneId class commit 802c672 Merge: d557bbc 3538624 Author: Juan Camilo Martinez <jmartinez@telesign.com> Date: Tue Jul 15 17:37:06 2025 +0000 Pull request #22: Adjust deployment process Merge in SDK/java_telesign_enterprise from developer to master * commit '3538624bb22c6bb0164bb166d4ab4a316ed47566': Pull request #18: Fix merge to main Pull request #17: Feature/EOA4086 Pull request #18: Fix merge to main Pull request #17: Feature/EOA4086 Pull request #15: Added methods to get information about a specified phone number
1 parent e1174c4 commit 90ed577

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ You should then see a message that indicates the build was successful.
4646
4. Add the following dependency to the `dependencies` block in the file "app/build.gradle.kts" in your project:
4747

4848
```
49-
implementation("com.telesign.enterprise:telesignenterprise:2.2.3")
49+
implementation("com.telesign.enterprise:telesignenterprise:3.+")
50+
implementation("com.telesign:telesign:3.+")
5051
```
5152

5253
This pulls in the Telesign Full-service Java SDK.

RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.1.1
2+
- Update SDK install instructions on GitHub to default to latest version of Telesign SDK
3+
14
3.1.0
25
- Added full support for App Verify API
36

0 commit comments

Comments
 (0)