Skip to content

Commit 4a2246d

Browse files
Merge pull request #136 from appodeal/release/4.0.0
Release Appodeal Unity Plugin v4.0.0
2 parents 68c0c17 + b12bcb1 commit 4a2246d

File tree

699 files changed

+10813
-3819
lines changed

Some content is hidden

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

699 files changed

+10813
-3819
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

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

7+
### 4.0.0 (February 02, 2026)
8+
9+
+ Updated Appodeal Android SDK to v4.0.0
10+
+ Updated Appodeal iOS SDK to v4.0.0
11+
+ Designed Dependency Manager v3
12+
713
### 3.12.0 (December 08, 2025)
814

915
+ Updated Appodeal Android SDK to v3.12.0

Editor/AssetExtractors/ApdAssetPostprocessor.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

Editor/AssetExtractors/AppodealAdaptersInstaller.cs

Lines changed: 0 additions & 38 deletions
This file was deleted.

Editor/AssetExtractors/AppodealInc.Mediation.AssetExtractors.Editor.asmdef

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
root = true
2+
3+
# Global defaults
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
insert_final_newline = true
8+
9+
# C# defaults
10+
[**/*.cs]
11+
indent_style = space
12+
indent_size = 4
13+
14+
# Disable "namespace doesn't match folder structure" for all C# files in this tool
15+
dotnet_diagnostic.IDE0130.severity = none
16+
resharper_check_namespace_highlighting = none
17+
18+
# DTOs: allow API contract naming (snake_case, lowercase, etc.)
19+
[**/Dtos/**/*.cs]
20+
dotnet_diagnostic.IDE1006.severity = none
21+
resharper_inconsistent_naming_highlighting = none
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
#if APPODEAL_DEV_TESTS
21
using System.Runtime.CompilerServices;
32

3+
[assembly: InternalsVisibleTo("AppodealInc.Mediation.TopBarMenu.Editor")]
4+
5+
#if APPODEAL_DEV_TESTS
46
[assembly: InternalsVisibleTo("AppodealInc.Mediation.DependencyManager.Editor.Tests")]
57
#endif

Editor/DependencyManager/Constants/DmConstants.Uss.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.

Editor/DependencyManager/Constants/DmConstants.Uxml.cs

Lines changed: 0 additions & 75 deletions
This file was deleted.

Editor/DependencyManager/Constants/DmConstants.cs

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)