Skip to content

Commit a8dcf9d

Browse files
Merge pull request #87 from appodeal/release/3.4.0
[APDM-818] Release Appodeal Unity Plugin v3.4.0
2 parents 868344e + 198261e commit a8dcf9d

File tree

227 files changed

+2064
-1015
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+2064
-1015
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,50 @@
44

55
*The full changelog can always be obtained at [Appodeal website](https://docs.appodeal.com/unity/changelog).*
66

7+
### 3.4.0 (November 20, 2024)
8+
9+
+ Updated Appodeal Android SDK to v3.4.0
10+
+ Updated Appodeal iOS SDK to v3.4.0
11+
712
### 3.3.4 (October 18, 2024)
813

914
+ Updated Appodeal iOS SDK to v3.3.3
1015

16+
### 3.4.0-beta.2 (October 11, 2024)
17+
18+
+ Updated Appodeal iOS SDK to v3.4.0-beta.2
19+
20+
### 3.4.0-beta.1 (October 04, 2024)
21+
22+
+ Updated Appodeal Android SDK to v3.4.0-beta.1
23+
+ Updated Appodeal iOS SDK to v3.4.0-beta.1
24+
25+
### 3.4.0-alpha.3 (September 20, 2024)
26+
27+
+ Updated Appodeal Android SDK to v3.4.0-alpha.3
28+
+ Updated Appodeal iOS SDK to v3.4.0-alpha.2
29+
1130
### 3.3.3 (September 17, 2024)
1231

1332
+ Updated Appodeal Android SDK to v3.3.3
1433

34+
### 3.4.0-alpha.2 (September 13, 2024)
35+
36+
+ Updated Appodeal Android SDK to v3.4.0-alpha.2
37+
+ Improved Android bridge
38+
39+
### 3.4.0-alpha.1 (September 06, 2024)
40+
41+
+ Updated Appodeal Android SDK to v3.4.0-alpha.1
42+
+ Updated Appodeal iOS SDK to v3.4.0-alpha.1
43+
+ Improved Android bridge
44+
+ Changed internal scripts accessibility
45+
+ Renamed some assemblies
46+
+ Updated assemblies settings
47+
+ Tuned up suppressions
48+
+ Reloaded some .meta files
49+
+ Changed deprecated entities
50+
1551
### 3.3.2 (July 30, 2024)
1652

1753
+ Updated Appodeal Android SDK to v3.3.2

Editor/AssetExtractors/AndroidLibraryInstaller.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
using System.IO;
1+
// ReSharper Disable CheckNamespace
2+
3+
using System.IO;
24
using UnityEditor;
35
using UnityEngine;
4-
using AppodealStack.UnityEditor.Utils;
6+
using AppodealInc.Mediation.Utils.Editor;
57

6-
// ReSharper Disable once CheckNamespace
7-
namespace AppodealStack.UnityEditor.AssetExtractors
8+
namespace AppodealInc.Mediation.AssetExtractors.Editor
89
{
910
internal static class AndroidLibraryInstaller
1011
{

Editor/AssetExtractors/ApdAssetPostprocessor.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
// ReSharper Disable CheckNamespace
2+
13
using System.Diagnostics.CodeAnalysis;
24
using System.Linq;
35
using UnityEditor;
4-
using AppodealStack.UnityEditor.Utils;
6+
using AppodealInc.Mediation.Utils.Editor;
57

6-
// ReSharper Disable once CheckNamespace
7-
namespace AppodealStack.UnityEditor.AssetExtractors
8+
namespace AppodealInc.Mediation.AssetExtractors.Editor
89
{
910
internal class ApdAssetPostprocessor : AssetPostprocessor
1011
{

Editor/AssetExtractors/ApdAssetPostprocessor.cs.meta

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/AssetExtractors/AppodealAdaptersInstaller.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
using System;
1+
// ReSharper Disable CheckNamespace
2+
3+
using System;
24
using System.IO;
35
using UnityEditor;
46
using UnityEngine;
5-
using AppodealStack.UnityEditor.Utils;
7+
using AppodealInc.Mediation.Utils.Editor;
68

7-
// ReSharper Disable once CheckNamespace
8-
namespace AppodealStack.UnityEditor.AssetExtractors
9+
namespace AppodealInc.Mediation.AssetExtractors.Editor
910
{
1011
internal static class AppodealAdaptersInstaller
1112
{
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"name": "AppodealStack.UnityEditor.InternalResources",
2+
"name": "AppodealInc.Mediation.AssetExtractors.Editor",
3+
"rootNamespace": "AppodealInc.Mediation.AssetExtractors.Editor",
34
"references": [
4-
"AppodealStack.UnityEditor.Utils"
5+
"AppodealInc.Mediation.Utils.Editor"
56
],
67
"includePlatforms": [
78
"Editor"
@@ -10,8 +11,8 @@
1011
"allowUnsafeCode": false,
1112
"overrideReferences": false,
1213
"precompiledReferences": [],
13-
"autoReferenced": true,
14+
"autoReferenced": false,
1415
"defineConstraints": [],
1516
"versionDefines": [],
1617
"noEngineReferences": false
17-
}
18+
}

Editor/DependencyManager/AppodealInc.Mediation.DependencyManager.Editor.asmdef

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "AppodealInc.Mediation.DependencyManager.Editor",
3-
"rootNamespace": "AppodealInc.Mediation.DependencyManager",
3+
"rootNamespace": "AppodealInc.Mediation.DependencyManager.Editor",
44
"references": [
5-
"AppodealStack.UnityEditor.Utils"
5+
"AppodealInc.Mediation.Utils.Editor"
66
],
77
"includePlatforms": [
88
"Editor"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#if APPODEAL_DEV
1+
#if APPODEAL_DEV_TESTS
22
using System.Runtime.CompilerServices;
33

4-
[assembly: InternalsVisibleTo("AppodealInc.Mediation.Tests")]
4+
[assembly: InternalsVisibleTo("AppodealInc.Mediation.DependencyManager.Editor.Tests")]
55
#endif

Editor/DependencyManager/Constants/DmConstants.Regex.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// ReSharper disable once CheckNamespace
1+
// ReSharper disable CheckNamespace
2+
23
namespace AppodealInc.Mediation.DependencyManager.Editor
34
{
45
public static partial class DmConstants

Editor/DependencyManager/Constants/DmConstants.Uss.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// ReSharper disable once CheckNamespace
1+
// ReSharper disable CheckNamespace
2+
23
namespace AppodealInc.Mediation.DependencyManager.Editor
34
{
45
public static partial class DmConstants

Editor/DependencyManager/Constants/DmConstants.Uxml.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// ReSharper disable once CheckNamespace
1+
// ReSharper disable CheckNamespace
2+
23
namespace AppodealInc.Mediation.DependencyManager.Editor
34
{
45
public static partial class DmConstants

Editor/DependencyManager/Constants/DmConstants.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
// ReSharper disable CheckNamespace
2+
13
using UnityEngine;
2-
using AppodealStack.UnityEditor.Utils;
4+
using AppodealInc.Mediation.Utils.Editor;
35

4-
// ReSharper disable once CheckNamespace
56
namespace AppodealInc.Mediation.DependencyManager.Editor
67
{
78
public static partial class DmConstants

0 commit comments

Comments
 (0)