diff --git a/CHANGELOG.md b/CHANGELOG.md index b450497..03a0137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ *The full changelog can always be obtained at [Appodeal website](https://docs.appodeal.com/unity/changelog).* +### 3.4.0-beta.1 (October 04, 2024) + ++ Updated Appodeal Android SDK to v3.4.0-beta.1 ++ Updated Appodeal iOS SDK to v3.4.0-beta.1 + ### 3.4.0-alpha.3 (September 20, 2024) + Updated Appodeal Android SDK to v3.4.0-alpha.3 diff --git a/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt b/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt index 2eb8446..b611faa 100644 --- a/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt +++ b/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt @@ -1,31 +1,31 @@  - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -33,93 +33,92 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + https://github.com/appodeal/CocoaPods.git https://github.com/bidon-io/CocoaPods_Specs.git - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + @@ -131,10 +130,9 @@ - https://artifactory.appodeal.com/appodeal - https://artifactory.appodeal.com/appodeal-beta + https://artifactory.appodeal.com/appodeal-beta-public https://artifactory.bidmachine.io/bidmachine - https://artifactory.bidon.org/artifactory/bidon-private + https://artifactory.bidon.org/bidon https://repo1.maven.org/maven2 diff --git a/Runtime/Common/AppodealVersions.cs b/Runtime/Common/AppodealVersions.cs index c7393c9..f0caeb7 100644 --- a/Runtime/Common/AppodealVersions.cs +++ b/Runtime/Common/AppodealVersions.cs @@ -12,7 +12,7 @@ namespace AppodealStack.Monetization.Common [SuppressMessage("ReSharper", "UnusedMember.Global")] public static class AppodealVersions { - private const string AppodealPluginVersion = "3.4.0-alpha.3"; + private const string AppodealPluginVersion = "3.4.0-beta.1"; /// /// Gets the current version of the Appodeal Unity Plugin. diff --git a/package.json b/package.json index 58bb16c..0a2b1fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.appodeal.mediation", - "version": "3.4.0-alpha.3", + "version": "3.4.0-beta.1", "displayName": "Appodeal", "description": "Monetize more with less hassle. Our one ad mediation SDK includes it all: 70+ ad demand sources, all ad formats, in-app bidding algorithm, full-controls, a/b testing plus much more.", "documentationUrl": "https://docs.appodeal.com/unity/get-started",