Skip to content

Commit 31669e4

Browse files
MahdiZTDshashanksu
authored andcommitted
fix: adding "adjust.net.in", "adjust.cn", "adjust.world", "adjust.io" to expectedUrlHostSuffixArray
1 parent 6b359f6 commit 31669e4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Adjust/sdk-core/src/main/java/com/adjust/sdk/AdjustLinkResolution.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ public interface AdjustLinkResolutionCallback {
2020
private static final String[] expectedUrlHostSuffixArray = {
2121
"adjust.com",
2222
"adj.st",
23-
"go.link"
23+
"go.link",
24+
"adjust.net.in",
25+
"adjust.cn",
26+
"adjust.world",
27+
"adjust.io"
2428
};
2529

2630
private AdjustLinkResolution() { }

0 commit comments

Comments
 (0)