feat: update release native binary
parent
808d074440
commit
5372a97495
|
@ -1,4 +1,11 @@
|
||||||
# ChangeLog
|
# ChangeLog
|
||||||
|
|
||||||
|
### 2.1.4
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
- TapTap.Common v2.1.4
|
||||||
|
|
||||||
### 2.1.3
|
### 2.1.3
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
Binary file not shown.
|
@ -1,5 +1,5 @@
|
||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 0abfee9cd390b4fb5abe91fdd6897b53
|
guid: 7e69eac4941024e09b05a3412ed9a666
|
||||||
PluginImporter:
|
PluginImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
|
|
|
@ -14,8 +14,8 @@
|
||||||
#import <TapLoginSDK/TapLoginResultDelegate.h>
|
#import <TapLoginSDK/TapLoginResultDelegate.h>
|
||||||
|
|
||||||
#define TapLoginSDK @"TapLogin"
|
#define TapLoginSDK @"TapLogin"
|
||||||
#define TapLoginSDK_VERSION_NUMBER @"20103001"
|
#define TapLoginSDK_VERSION_NUMBER @"20104001"
|
||||||
#define TapLoginSDK_VERSION @"2.1.3"
|
#define TapLoginSDK_VERSION @"2.1.4"
|
||||||
|
|
||||||
NS_ASSUME_NONNULL_BEGIN
|
NS_ASSUME_NONNULL_BEGIN
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
- TapTap.Common v2.1.4
|
|
@ -0,0 +1,7 @@
|
||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b9132027873fb458c831ff9021046f45
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
|
@ -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.3",
|
"version": "2.1.4",
|
||||||
"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.3"
|
"com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#2.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue