File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
AndroidSDKCore/src/main/java/com/leanplum/internal
AndroidSDKTests/src/test/java/com/leanplum/__setup Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments