feat: update package.json , update native binary , update doc

xiaoyi 2021-08-31 11:45:31 +08:00
parent cd52a0d503
commit ca2c8138c7
7 changed files with 17 additions and 5 deletions

View File

@ -1,5 +1,15 @@
# ChangeLog # ChangeLog
## 3.2.0
### New Feature
- 支持 PC 端使用 TapTap 登录
### Dependencies
- TapTap.Common v3.2.0
## 3.1.0 ## 3.1.0
### Dependencies ### Dependencies
@ -21,6 +31,7 @@
``` ```
var boolean = await TapLogin.GetTestQualification(); var boolean = await TapLogin.GetTestQualification();
``` ```
### Dependencies ### Dependencies
- TapTap.Common v3.0.0 - TapTap.Common v3.0.0
@ -38,6 +49,7 @@
### 2.1.6 ### 2.1.6
### Optimization and fixed bugs ### Optimization and fixed bugs
- 修复 TapTap 授权登录的一些 UI 问题 - 修复 TapTap 授权登录的一些 UI 问题
### Dependencies ### Dependencies

Binary file not shown.

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: b6361bfede8d14cf0b7b1481e7a695a6 guid: 6538062da07364b10a7cc1d1c42e1f52
PluginImporter: PluginImporter:
externalObjects: {} externalObjects: {}
serializedVersion: 2 serializedVersion: 2

View File

@ -14,8 +14,8 @@
#import <TapLoginSDK/TapTapLoginResultDelegate.h> #import <TapLoginSDK/TapTapLoginResultDelegate.h>
#define TapLoginSDK @"TapLogin" #define TapLoginSDK @"TapLogin"
#define TapLoginSDK_VERSION_NUMBER @"30100001" #define TapLoginSDK_VERSION_NUMBER @"30200001"
#define TapLoginSDK_VERSION @"3.1.0" #define TapLoginSDK_VERSION @"3.2.0"
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN

View File

@ -2,10 +2,10 @@
"name": "com.taptap.tds.login", "name": "com.taptap.tds.login",
"displayName": "TapTap Login", "displayName": "TapTap Login",
"description": "TapTap Develop Service", "description": "TapTap Develop Service",
"version": "3.1.0", "version": "3.2.0",
"unity": "2018.3", "unity": "2018.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#3.1.0" "com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#3.2.0"
} }
} }