Skip to content

Commit

Permalink
Android SDK v3.13.0 | Error: Status Code Added
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaileshmishra committed Jan 31, 2024
1 parent f634a8d commit c566512
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class SDKConstant {
public static final boolean debug = false;
public static boolean IS_NETWORK_AVAILABLE = true;
public static String PROTOCOL = "https://";
public static String SDK_VERSION = "3.12.4";
public static String SDK_VERSION = "3.13.0";
public final static int NO_NETWORK_CONNECTION = 408;
public final static int TimeOutDuration = 30000; // timeout in millisecond
public final static int NumRetry = 0;
Expand Down

0 comments on commit c566512

Please sign in to comment.