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 04d8c88 commit b2ba1b0Copy full SHA for b2ba1b0
AndroidSDK/src/com/leanplum/internal/Constants.java
@@ -37,7 +37,7 @@ public class Constants {
37
public static int NETWORK_TIMEOUT_SECONDS = 10;
38
public static int NETWORK_TIMEOUT_SECONDS_FOR_DOWNLOADS = 10;
39
40
- public static String LEANPLUM_VERSION = "2.2.4-SNAPSHOT";
+ public static String LEANPLUM_VERSION = "3.0.0";
41
public static String CLIENT = "android";
42
43
static final String LEANPLUM_PACKAGE_IDENTIFIER = BuildConfig.LEANPLUM_PACKAGE_IDENTIFIER;
0 commit comments