Skip to content

Commit a4a8ec1

Browse files
port to 443 (#352)
1 parent 3682a5c commit a4a8ec1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AndroidSDKCore/src/main/java/com/leanplum/internal/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class Constants {
3333
public static String API_SERVLET = "api";
3434
public static boolean API_SSL = true;
3535
public static String SOCKET_HOST = "dev.leanplum.com";
36-
public static int SOCKET_PORT = 80;
36+
public static int SOCKET_PORT = 443;
3737
public static int NETWORK_TIMEOUT_SECONDS = 10;
3838
public static int NETWORK_TIMEOUT_SECONDS_FOR_DOWNLOADS = 10;
3939
public static String LEANPLUM_VERSION = BuildConfig.SDK_VERSION + '.' + BuildConfig.BUILD_NUMBER;

AndroidSDKTests/src/test/java/com/leanplum/__setup/LeanplumTestHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class LeanplumTestHelper {
7171
private static final Boolean API_SSL = true;
7272

7373
private static final String SOCKET_HOST_NAME = "dev.leanplum.com";
74-
private static final Integer SOCKET_PORT = 80;
74+
private static final Integer SOCKET_PORT = 443;
7575
public static final LeanplumDeviceIdMode DEVICE_ID_MODE = LeanplumDeviceIdMode.MD5_MAC_ADDRESS;
7676

7777
/**

0 commit comments

Comments
 (0)