Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
meta sdk changed
Browse files Browse the repository at this point in the history
  • Loading branch information
trinisofttechnologies committed Aug 19, 2017
1 parent 569badf commit 1f5d040
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/android/Countly.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ public class Countly {
/**
* Current version of the Count.ly Android SDK as a displayable string.
*/
public static final String COUNTLY_SDK_VERSION_STRING = "16.12.3";
public static final String COUNTLY_SDK_VERSION_STRING = "2.2.1";
/**
* Used as request meta data on every request
*/
public static final String COUNTLY_SDK_NAME = "java-native-android";
public static final String COUNTLY_SDK_NAME = "js-cordova-android";
/**
* Default string used in the begin session metrics if the
* app version cannot be found.
Expand Down
4 changes: 2 additions & 2 deletions src/ios/sdk/CountlyCommon.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ @interface CountlyCommon ()
@end

NSString* const kCountlyParentDeviceIDTransferKey = @"kCountlyParentDeviceIDTransferKey";
NSString* const kCountlySDKVersion = @"16.12";
NSString* const kCountlySDKName = @"objc-native-ios";
NSString* const kCountlySDKVersion = @"2.2.1";
NSString* const kCountlySDKName = @"js-cordova-ios";

@implementation CountlyCommon

Expand Down

0 comments on commit 1f5d040

Please sign in to comment.