feat: udpate 2.1.5 binary

xiaoyi 2021-06-22 16:23:51 +08:00
parent 11837bc987
commit 1d6f90b34e
8 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

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

Binary file not shown.

Binary file not shown.

View File

@ -14,8 +14,8 @@
#import <TapLoginSDK/TapLoginResultDelegate.h>
#define TapLoginSDK @"TapLogin"
#define TapLoginSDK_VERSION_NUMBER @"20104002"
#define TapLoginSDK_VERSION @"2.1.4"
#define TapLoginSDK_VERSION_NUMBER @"20105001"
#define TapLoginSDK_VERSION @"2.1.5"
NS_ASSUME_NONNULL_BEGIN

View File

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