feat: update release native binary

xiaoyi 2021-06-10 11:12:59 +08:00
parent 808d074440
commit 5372a97495
8 changed files with 23 additions and 5 deletions

View File

@ -1,4 +1,11 @@
# ChangeLog
### 2.1.4
### Dependencies
- TapTap.Common v2.1.4
### 2.1.3
### Dependencies

View File

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

View File

@ -14,8 +14,8 @@
#import <TapLoginSDK/TapLoginResultDelegate.h>
#define TapLoginSDK @"TapLogin"
#define TapLoginSDK_VERSION_NUMBER @"20103001"
#define TapLoginSDK_VERSION @"2.1.3"
#define TapLoginSDK_VERSION_NUMBER @"20104001"
#define TapLoginSDK_VERSION @"2.1.4"
NS_ASSUME_NONNULL_BEGIN

4
VERSIONNOTE.md Normal file
View File

@ -0,0 +1,4 @@
### Dependencies
- TapTap.Common v2.1.4

7
VERSIONNOTE.md.meta Normal file
View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: b9132027873fb458c831ff9021046f45
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

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