Skip to content

Commit

Permalink
feat: update native binary
Browse files Browse the repository at this point in the history
  • Loading branch information
EingShaw committed Sep 1, 2021
1 parent 3cf5d73 commit c3a7d06
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified Plugins/TapTap.Achievement.dll
Binary file not shown.
Binary file modified Plugins/TapTap.Achievement.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#import <TapCommonSDK/TapCommonSDK.h>

#define TapAchievementSDK @"TapAchievement"
#define TapAchievementSDK_VERSION_NUMBER @"20103001"
#define TapAchievementSDK_VERSION @"2.1.3"
#define TapAchievementSDK_VERSION_NUMBER @"30200001"
#define TapAchievementSDK_VERSION @"3.2.0"

NS_ASSUME_NONNULL_BEGIN
typedef void (^TTAchievementRequestHandler)(NSArray<TapAchievementModel *> *_Nullable result, NSError *_Nullable error);
Expand Down
Binary file modified Plugins/iOS/TapAchievementSDK.framework/TapAchievementSDK
Binary file not shown.

0 comments on commit c3a7d06

Please sign in to comment.