feat: update release native binary
parent
cc38f0a450
commit
e6df19fa36
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
|||
# ChangeLog
|
||||
|
||||
## 2.1.4
|
||||
|
||||
### Optimization and fixed bugs
|
||||
|
||||
- 优化多语言相关
|
||||
|
||||
### Dependencies
|
||||
|
||||
- TapTap.Common v2.1.4
|
||||
|
||||
## 2.1.3
|
||||
|
||||
### Feature
|
||||
|
|
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 6342dacac461e4a2695b7e5f41d9f7db
|
||||
guid: 0bd5f47e3f2834f9981f32f8dded8aea
|
||||
PluginImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
#import <TapCommonSDK/TapCommonSDK.h>
|
||||
|
||||
#define TapSDK @"TapSDK"
|
||||
#define TapSDK_VERSION_NUMBER @"20103001"
|
||||
#define TapSDK_VERSION @"2.1.3"
|
||||
#define TapSDK_VERSION_NUMBER @"20104001"
|
||||
#define TapSDK_VERSION @"2.1.4"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
### Optimization and fixed bugs
|
||||
|
||||
- 内部优化
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: d5391b17003874fb2afc3e309a3f63ef
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -2,10 +2,10 @@
|
|||
"name": "com.taptap.tds.bootstrap",
|
||||
"displayName": "TapTap Bootstrap",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue