Skip to content

Commit a7989f3

Browse files
committed
Preparing for 2.0.10
1 parent d85e634 commit a7989f3

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

LeanplumSample/Assets/LeanplumSDK/SharedConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace LeanplumSDK
2424
/// </summary>
2525
public class SharedConstants
2626
{
27-
public const string SDK_VERSION = "2.0.9";
27+
public const string SDK_VERSION = "2.0.10";
2828

2929
public class Kinds
3030
{

LeanplumSample/Assets/Plugins/Android/com.leanplum.unity-wrapper-2.0.9.aar.meta renamed to LeanplumSample/Assets/Plugins/Android/com.leanplum.unity-wrapper-2.0.10.aar.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
IOS_SDK_VERSION?=2.6.4
22

3-
ANDROID_SDK_VERSION?=5.3.2
3+
ANDROID_SDK_VERSION?=5.3.3
44
ANDROID_SDK_VERSION_PRE_X?=4.2.9
55

6-
UNITY_VERSION?=2.0.9
6+
UNITY_VERSION?=2.0.10
77
UNITY_VERSION_PRE_X?=1.6.16
88

99
export ANDROID_HOME?=$(shell echo ${HOME})/Library/Android/sdk

0 commit comments

Comments
 (0)