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.
2 parents 973df31 + 5ee0d76 commit 291b1e1Copy full SHA for 291b1e1
AndroidSDKCore/src/main/java/com/leanplum/internal/Constants.java
@@ -36,7 +36,7 @@ public class Constants {
36
public static int SOCKET_PORT = 80;
37
public static int NETWORK_TIMEOUT_SECONDS = 10;
38
public static int NETWORK_TIMEOUT_SECONDS_FOR_DOWNLOADS = 10;
39
- public static String LEANPLUM_VERSION = "4.0.2";
+ public static String LEANPLUM_VERSION = "4.0.3";
40
public static String CLIENT = "android";
41
42
static final String LEANPLUM_PACKAGE_IDENTIFIER = BuildConfig.LEANPLUM_PACKAGE_IDENTIFIER;
0 commit comments