feat(*): update native binary

2.1.1
xiaoyi 2021-05-10 17:18:07 +08:00
parent 57762470c0
commit 2f61ad8f51
6 changed files with 7 additions and 4 deletions

View File

@ -1,10 +1,13 @@
# ChangeLog # ChangeLog
## 2.1.0 ## 2.1.1
### Feature ### Feature
* Android 新增 TapTap App 相关支持功能 * Android 新增 TapTap App 相关支持功能
## 2.1.0
* 新增长链接支持 TapTap.Friends * 新增长链接支持 TapTap.Friends
* 海内外域名切换 * 海内外域名切换

Binary file not shown.

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: 7dfaa857f27334fbb983120e60264d08 guid: c926fe5cd2bf3463f96d323a11a51bed
PluginImporter: PluginImporter:
externalObjects: {} externalObjects: {}
serializedVersion: 2 serializedVersion: 2

View File

@ -9,8 +9,8 @@
#import <TapCommonSDK/TDSAccount.h> #import <TapCommonSDK/TDSAccount.h>
#define TapCommonSDK @"TapCommon" #define TapCommonSDK @"TapCommon"
#define TapCommonSDK_VERSION_NUMBER @"20100001" #define TapCommonSDK_VERSION_NUMBER @"20101001"
#define TapCommonSDK_VERSION @"2.1.0" #define TapCommonSDK_VERSION @"2.1.1"
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
typedef NSString *TDSLanguage NS_STRING_ENUM; typedef NSString *TDSLanguage NS_STRING_ENUM;