feat: update release native binary

xiaoyi 2021-06-10 11:12:59 +08:00
parent cc38f0a450
commit e6df19fa36
8 changed files with 25 additions and 5 deletions

View File

@ -1,5 +1,15 @@
# ChangeLog
## 2.1.4
### Optimization and fixed bugs
- 优化多语言相关
### Dependencies
- TapTap.Common v2.1.4
## 2.1.3
### Feature

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 6342dacac461e4a2695b7e5f41d9f7db
guid: 0bd5f47e3f2834f9981f32f8dded8aea
PluginImporter:
externalObjects: {}
serializedVersion: 2

View File

@ -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

3
VERSIONNOTE.md Normal file
View File

@ -0,0 +1,3 @@
### Optimization and fixed bugs
- 内部优化

7
VERSIONNOTE.md.meta Normal file
View File

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

View File

@ -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"
}
}