feat: update 2.1.6 binary
parent
5e47907e69
commit
cff64178e5
|
@ -1,5 +1,14 @@
|
|||
# ChangeLog
|
||||
|
||||
### 2.1.6
|
||||
|
||||
### Optimization and fixed bugs
|
||||
- 修复 TapTap 授权登录的一些 UI 问题
|
||||
|
||||
### Dependencies
|
||||
|
||||
- TapTap.Common v2.1.6
|
||||
|
||||
### 2.1.5
|
||||
|
||||
### New Feature
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 3f89ccab315c44caaa20970802524c49
|
||||
guid: 9e62cc398bc3a4ac0bc623eb5be3ecfd
|
||||
PluginImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
Binary file not shown.
Binary file not shown.
|
@ -14,8 +14,8 @@
|
|||
#import <TapLoginSDK/TapTapLoginResultDelegate.h>
|
||||
|
||||
#define TapLoginSDK @"TapLogin"
|
||||
#define TapLoginSDK_VERSION_NUMBER @"20104002"
|
||||
#define TapLoginSDK_VERSION @"2.1.4"
|
||||
#define TapLoginSDK_VERSION_NUMBER @"20106001"
|
||||
#define TapLoginSDK_VERSION @"2.1.6"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,6 @@
|
|||
### New Feature
|
||||
### Optimization and fixed bugs
|
||||
- 修复 TapTap 授权登录的一些 UI 问题
|
||||
|
||||
- 云玩内唤起 TapTap 客户端登陆
|
||||
### Dependencies
|
||||
|
||||
- TapTap.Common v2.1.6
|
|
@ -2,10 +2,10 @@
|
|||
"name": "com.taptap.tds.login",
|
||||
"displayName": "TapTap Login",
|
||||
"description": "TapTap Develop Service",
|
||||
"version": "2.1.5",
|
||||
"version": "2.1.6",
|
||||
"unity": "2018.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#2.1.5"
|
||||
"com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#2.1.6"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue