Skip to content

Commit 07cf640

Browse files
committed
Merge branch 'master' into develop
2 parents 01494d2 + a32d109 commit 07cf640

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

AndroidSDK/src/com/leanplum/LeanplumInbox.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,4 +406,4 @@ private List<LeanplumInboxMessage> unreadMessages(List<LeanplumInboxMessage> unr
406406
}
407407
return unreadMessages;
408408
}
409-
}
409+
}

AndroidSDK/src/com/leanplum/internal/Constants.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ public class Constants {
3636
public static int SOCKET_PORT = 80;
3737
public static int NETWORK_TIMEOUT_SECONDS = 10;
3838
public static int NETWORK_TIMEOUT_SECONDS_FOR_DOWNLOADS = 10;
39-
40-
public static String LEANPLUM_VERSION = "3.0.0";
39+
public static String LEANPLUM_VERSION = "3.0.1";
4140
public static String CLIENT = "android";
4241

4342
static final String LEANPLUM_PACKAGE_IDENTIFIER = BuildConfig.LEANPLUM_PACKAGE_IDENTIFIER;

AndroidSDK/src/com/leanplum/internal/LeanplumManifestHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,4 +310,4 @@ private static String getComponentError(ApplicationComponent componentType, Stri
310310
}
311311

312312
public enum ApplicationComponent {SERVICE, RECEIVER}
313-
}
313+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</p>
1414

1515
## Installation & Usage
16-
Please refer to: https://www.leanplum.com/docs#/setup/android
16+
Please refer to: https://www.leanplum.com/docs/android/setup
1717
## Development Workflow
1818
- We are using GitFlow branching model: https://github.com/nvie/gitflow
1919
- We use the Conventional Changelog Commit Style for commit messages: https://github.com/commitizen/cz-cli

0 commit comments

Comments
 (0)