feat: update binary , update config file

2.1.7
xiaoyi 2021-07-14 17:39:54 +08:00
parent 3ec771711a
commit 5969565442
10 changed files with 12 additions and 6 deletions

View File

@ -1,5 +1,11 @@
# ChangeLog # ChangeLog
## 2.1.7
### Dependencies
- TapTap.Common v2.1.7
## 2.1.6 ## 2.1.6
### Dependencies ### Dependencies

Binary file not shown.

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: 841c75f6e17f844a0bca58b38a56cb2c guid: 67c8408f979fa478c9c7e78511eee465
PluginImporter: PluginImporter:
externalObjects: {} externalObjects: {}
serializedVersion: 2 serializedVersion: 2

Binary file not shown.

Binary file not shown.

View File

@ -15,8 +15,8 @@
#import <TapCommonSDK/TapCommonSDK.h> #import <TapCommonSDK/TapCommonSDK.h>
#define TapSDK @"TapSDK" #define TapSDK @"TapSDK"
#define TapSDK_VERSION_NUMBER @"20106001" #define TapSDK_VERSION_NUMBER @"20107001"
#define TapSDK_VERSION @"2.1.6" #define TapSDK_VERSION @"2.1.7"
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN

View File

@ -1,3 +1,3 @@
### Dependencies ### Dependencies
- TapTap.Common v2.1.6 - TapTap.Common v2.1.7

View File

@ -2,10 +2,10 @@
"name": "com.taptap.tds.bootstrap", "name": "com.taptap.tds.bootstrap",
"displayName": "TapTap Bootstrap", "displayName": "TapTap Bootstrap",
"description": "TapTap Develop Service", "description": "TapTap Develop Service",
"version": "2.1.6", "version": "2.1.7",
"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.6" "com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#2.1.7"
} }
} }