Skip to content

Commit

Permalink
feat:update sdk version to 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hexinghuaxd committed Jul 12, 2022
1 parent b21bf1d commit 295b1a1
Show file tree
Hide file tree
Showing 23 changed files with 10 additions and 8 deletions.
Binary file added Plugins/Android/AntiAddictionUI_3.11.0.aar
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed Plugins/Android/AntiAddictionUI_3.9.0.aar
Binary file not shown.
Binary file added Plugins/Android/AntiAddiction_3.11.0.aar
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed Plugins/Android/AntiAddiction_3.9.0.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion Plugins/PluginBridge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class SubmitPayResultParams
public static class AntiAddictionUIKit
{
// Game object is created to receive async messages
private const string UNITY_SDK_VERSION = "3.9.0";
private const string UNITY_SDK_VERSION = "3.11.0";
private const string GAME_OBJECT_NAME = "PluginBridge";
private static GameObject gameObject;

Expand Down
2 changes: 1 addition & 1 deletion Plugins/iOS/AntiAddictionService.framework.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Plugins/iOS/AntiAddictionService.framework/AntiAddictionService
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@
// cookie
+ (NSString *)cookieStringForUrl:(NSString *)url;

+ (NSString *)urlEncodedString:(NSString *)string;

@end
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Plugins/iOS/AntiAddictionUI.framework.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Plugins/iOS/AntiAddictionUI.framework/AntiAddictionUI
Binary file not shown.
4 changes: 2 additions & 2 deletions Plugins/iOS/AntiAddictionUI.framework/Headers/AntiAddiction.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#import <AntiAddictionService/AntiAddictionHttpManager.h>

#define AntiAddictionSDK @"AntiAddiction"
#define AntiAddictionSDK_VERSION_NUMBER @"30900001"
#define AntiAddictionSDK_VERSION @"3.9.0"
#define AntiAddictionSDK_VERSION_NUMBER @"31100001"
#define AntiAddictionSDK_VERSION @"3.11.0"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.tapsdk.antiaddiction",
"displayName": "AntiAddiction",
"description": "AntiAddiction Service",
"version": "3.9.0",
"version": "3.11.0",
"unity": "2019.4",
"license": "MIT"
}

0 comments on commit 295b1a1

Please sign in to comment.