feat(*): update binary
parent
f827305871
commit
ee95e80dd1
|
@ -1,5 +1,11 @@
|
|||
# ChangeLog
|
||||
|
||||
### 2.1.2
|
||||
|
||||
### Dependencies
|
||||
|
||||
- TapTap.Common v2.1.2
|
||||
|
||||
## 2.1.1
|
||||
|
||||
### Dependencies
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -14,7 +14,7 @@
|
|||
#import <TapLoginSDK/TapLoginResultDelegate.h>
|
||||
|
||||
#define TapLoginSDK @"TapLogin"
|
||||
#define TapLoginSDK_VERSION_NUMBER @"20101006"
|
||||
#define TapLoginSDK_VERSION_NUMBER @"20101001"
|
||||
#define TapLoginSDK_VERSION @"2.1.1"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
|
Binary file not shown.
|
@ -2,10 +2,10 @@
|
|||
"name": "com.taptap.tds.login",
|
||||
"displayName": "TapTap Login",
|
||||
"description": "TapTap Develop Service",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.2",
|
||||
"unity": "2018.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#2.1.1"
|
||||
"com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#2.1.2"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue