Skip to content

Commit

Permalink
feat:publish 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hexinghuaxd committed May 27, 2022
1 parent 605b187 commit ce3d3ab
Show file tree
Hide file tree
Showing 24 changed files with 16 additions and 7 deletions.
Binary file removed Plugins/Android/AntiAddictionUI_3.7.1.aar
Binary file not shown.
Binary file added Plugins/Android/AntiAddictionUI_3.8.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.7.1.aar
Binary file not shown.
Binary file added Plugins/Android/AntiAddiction_3.8.0.aar
Binary file not shown.

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

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.7.1";
private const string UNITY_SDK_VERSION = "3.8.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 @@ -13,9 +13,14 @@ NS_ASSUME_NONNULL_BEGIN

@interface CommonConfig : NSObject

+ (void)dataFromJson;
//+ (void)dataFromJson;

// 老逻辑,暂时不动
+ (void)dataFromJsonWithConfig:(NSDictionary *)data_dict;

+ (void)saveConfigToJsonFile:(NSDictionary *)dic;
+ (nullable NSDictionary *)loadConfigFromJsonFile;

@end

NS_ASSUME_NONNULL_END
Binary file modified Plugins/iOS/AntiAddictionService.framework/Info.plist
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: 4 additions & 0 deletions Plugins/iOS/AntiAddictionUI.framework/Headers/AntiAddiction.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
#import <AntiAddictionService/AntiAddictionService-Swift.h>
#import <AntiAddictionService/AntiAddictionHttpManager.h>

#define AntiAddictionSDK @"AntiAddiction"
#define AntiAddictionSDK_VERSION_NUMBER @"30800001"
#define AntiAddictionSDK_VERSION @"3.8.0"

NS_ASSUME_NONNULL_BEGIN


Expand Down
Binary file modified Plugins/iOS/AntiAddictionUI.framework/Info.plist
Binary file not shown.
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.7.1",
"version": "3.8.0",
"unity": "2019.4",
"license": "MIT"
}

0 comments on commit ce3d3ab

Please sign in to comment.