feat: update c# script , native binary

2.1.3
xiaoyi 2021-06-02 18:03:25 +08:00
parent 11bc8e4853
commit 6263f3a637
3 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
#import <TapCommonSDK/TDSAccount.h> #import <TapCommonSDK/TDSAccount.h>
#define TapCommonSDK @"TapCommon" #define TapCommonSDK @"TapCommon"
#define TapCommonSDK_VERSION_NUMBER @"20102001" #define TapCommonSDK_VERSION_NUMBER @"20103001"
#define TapCommonSDK_VERSION @"2.1.2" #define TapCommonSDK_VERSION @"2.1.3"
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
typedef NSString *TDSLanguage NS_STRING_ENUM; typedef NSString *TDSLanguage NS_STRING_ENUM;