Skip to content

Commit

Permalink
Merge pull request #23 from wolf-org/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
DucNV2000 authored Oct 24, 2024
2 parents cedcc8f + fccf4db commit c2f7213
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Module/Advertising/Runtime/General/Advertising.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private void InitGDPR()

Debug.Log("TestDeviceHashedId = " + deviceIDUpperCase);
var request = new ConsentRequestParameters { TagForUnderAgeOfConsent = false };
if (adSettings.EnableGDPRTestMode)
if (AdSettings.EnableGDPRTestMode)
{
List<string> listDeviceIdTestMode = new List<string>();
listDeviceIdTestMode.Add(deviceIDUpperCase);
Expand Down
2 changes: 1 addition & 1 deletion Module/ControlPanel/ConstantPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public class ConstantPackage
{
public const string VersionUnityCommon = "1.4.1";
public const string VersionUnityCommon = "1.4.2";
public const string PackageNameInAppPurchase = "com.unity.purchasing";
public const string MaxVersionInAppPurchase = "4.12.2";
public const string PackageNameNewtonsoftJson = "com.unity.nuget.newtonsoft-json";
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
### 1: Download the repo and drop it into folder `Assets`
### 2: Add the line below to `Packages/manifest.json`

for version `1.4.1`
for version `1.4.2`
```csharp
"com.wolf-org.sunflower2":"https://github.com/wolf-org/sunflower_2.git#1.4.1",
"com.wolf-org.sunflower2":"https://github.com/wolf-org/sunflower_2.git#1.4.2",
```

## Includes modules
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.wolf-org.sunflower2",
"displayName": "Sunflower2",
"description": "Core singleton for building Unity games ",
"version": "1.4.1",
"version": "1.4.2",
"unity": "2022.3",
"category": "virtuesky",
"license": "MIT",
Expand Down

0 comments on commit c2f7213

Please sign in to comment.