feat: update 2.1.6 binary

2.1.6
xiaoyi 2021-07-01 15:52:40 +08:00
parent 5e47907e69
commit cff64178e5
10 changed files with 19 additions and 7 deletions

View File

@ -1,5 +1,14 @@
# ChangeLog # ChangeLog
### 2.1.6
### Optimization and fixed bugs
- 修复 TapTap 授权登录的一些 UI 问题
### Dependencies
- TapTap.Common v2.1.6
### 2.1.5 ### 2.1.5
### New Feature ### New Feature

Binary file not shown.

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: 3f89ccab315c44caaa20970802524c49 guid: 9e62cc398bc3a4ac0bc623eb5be3ecfd
PluginImporter: PluginImporter:
externalObjects: {} externalObjects: {}
serializedVersion: 2 serializedVersion: 2

Binary file not shown.

Binary file not shown.

View File

@ -14,8 +14,8 @@
#import <TapLoginSDK/TapTapLoginResultDelegate.h> #import <TapLoginSDK/TapTapLoginResultDelegate.h>
#define TapLoginSDK @"TapLogin" #define TapLoginSDK @"TapLogin"
#define TapLoginSDK_VERSION_NUMBER @"20104002" #define TapLoginSDK_VERSION_NUMBER @"20106001"
#define TapLoginSDK_VERSION @"2.1.4" #define TapLoginSDK_VERSION @"2.1.6"
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN

View File

@ -1,3 +1,6 @@
### New Feature ### Optimization and fixed bugs
- 修复 TapTap 授权登录的一些 UI 问题
- 云玩内唤起 TapTap 客户端登陆 ### Dependencies
- TapTap.Common v2.1.6

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": "2.1.5", "version": "2.1.6",
"unity": "2018.3", "unity": "2018.3",
"license": "MIT", "license": "MIT",
"dependencies": { "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"
} }
} }