Skip to content

Commit ffa7556

Browse files
committed
Preparing for 2.2.0 release
1 parent 2c4793b commit ffa7556

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
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.1.0";
27+
public const string SDK_VERSION = "2.2.0";
2828

2929
public class Kinds
3030
{

LeanplumSample/Assets/Plugins/Android/com.leanplum.unity-wrapper-2.1.0.aar.meta renamed to LeanplumSample/Assets/Plugins/Android/com.leanplum.unity-wrapper-2.2.0.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.

LeanplumSample/Assets/Plugins/iOS/Leanplum.framework/Headers/LPConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#define IS_NOOP ((!IS_SUPPORTED_IOS_VERSION) || IS_JAILBROKEN || [LPConstantsState sharedState].isTestMode || [LPConstantsState sharedState].isInPermanentFailureState)
4141
#define RETURN_IF_NOOP if (IS_NOOP) return
4242

43-
#define LEANPLUM_SDK_VERSION @"2.7.0"
43+
#define LEANPLUM_SDK_VERSION @"2.7.2"
4444
#define LEANPLUM_CLIENT @"ios"
4545
#define LEANPLUM_SUPPORTED_ENCODING @"gzip"
4646

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Makefile

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

33
ANDROID_SDK_VERSION?=5.4.0
44
ANDROID_SDK_VERSION_PRE_X?=4.2.9
55

6-
UNITY_VERSION?=2.1.0
6+
UNITY_VERSION?=2.2.0
77
UNITY_VERSION_PRE_X?=1.6.17
88

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

0 commit comments

Comments
 (0)