We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b359f6 commit 31669e4Copy full SHA for 31669e4
Adjust/sdk-core/src/main/java/com/adjust/sdk/AdjustLinkResolution.java
@@ -20,7 +20,11 @@ public interface AdjustLinkResolutionCallback {
20
private static final String[] expectedUrlHostSuffixArray = {
21
"adjust.com",
22
"adj.st",
23
- "go.link"
+ "go.link",
24
+ "adjust.net.in",
25
+ "adjust.cn",
26
+ "adjust.world",
27
+ "adjust.io"
28
};
29
30
private AdjustLinkResolution() { }
0 commit comments