feat: update package.json , update native binary , update doc
parent
cd52a0d503
commit
ca2c8138c7
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
|||
# ChangeLog
|
||||
|
||||
## 3.2.0
|
||||
|
||||
### New Feature
|
||||
|
||||
- 支持 PC 端使用 TapTap 登录
|
||||
|
||||
### Dependencies
|
||||
|
||||
- TapTap.Common v3.2.0
|
||||
|
||||
## 3.1.0
|
||||
|
||||
### Dependencies
|
||||
|
@ -21,6 +31,7 @@
|
|||
```
|
||||
var boolean = await TapLogin.GetTestQualification();
|
||||
```
|
||||
|
||||
### Dependencies
|
||||
|
||||
- TapTap.Common v3.0.0
|
||||
|
@ -38,6 +49,7 @@
|
|||
### 2.1.6
|
||||
|
||||
### Optimization and fixed bugs
|
||||
|
||||
- 修复 TapTap 授权登录的一些 UI 问题
|
||||
|
||||
### Dependencies
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: b6361bfede8d14cf0b7b1481e7a695a6
|
||||
guid: 6538062da07364b10a7cc1d1c42e1f52
|
||||
PluginImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
|
@ -14,8 +14,8 @@
|
|||
#import <TapLoginSDK/TapTapLoginResultDelegate.h>
|
||||
|
||||
#define TapLoginSDK @"TapLogin"
|
||||
#define TapLoginSDK_VERSION_NUMBER @"30100001"
|
||||
#define TapLoginSDK_VERSION @"3.1.0"
|
||||
#define TapLoginSDK_VERSION_NUMBER @"30200001"
|
||||
#define TapLoginSDK_VERSION @"3.2.0"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
|
|
Binary file not shown.
|
@ -2,10 +2,10 @@
|
|||
"name": "com.taptap.tds.login",
|
||||
"displayName": "TapTap Login",
|
||||
"description": "TapTap Develop Service",
|
||||
"version": "3.1.0",
|
||||
"version": "3.2.0",
|
||||
"unity": "2018.3",
|
||||
"license": "MIT",
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue