From 0093f3c82a30958031a6cfaa22be79dfd09b9059 Mon Sep 17 00:00:00 2001 From: Dmitrii Feshchenko Date: Thu, 3 Oct 2024 12:35:16 +0200 Subject: [PATCH 1/5] Update Android & iOS SDK dependencies --- .../AppodealDependencies.txt | 196 +++++++++--------- 1 file changed, 98 insertions(+), 98 deletions(-) diff --git a/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt b/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt index 2eb8446..98516b1 100644 --- a/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt +++ b/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt @@ -1,31 +1,31 @@  - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -33,93 +33,93 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + https://github.com/appodeal/CocoaPods.git https://github.com/bidon-io/CocoaPods_Specs.git - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + @@ -134,7 +134,7 @@ https://artifactory.appodeal.com/appodeal https://artifactory.appodeal.com/appodeal-beta https://artifactory.bidmachine.io/bidmachine - https://artifactory.bidon.org/artifactory/bidon-private + https://artifactory.bidon.org/artifactory/bidon https://repo1.maven.org/maven2 From 5cdc48987f92cf0b42a6fb5c0cf63b22d835e604 Mon Sep 17 00:00:00 2001 From: Dmitrii Feshchenko Date: Thu, 3 Oct 2024 13:00:48 +0200 Subject: [PATCH 2/5] Update Android repositories list --- .../DefaultDependencies/AppodealDependencies.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt b/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt index 98516b1..e79625f 100644 --- a/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt +++ b/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt @@ -131,10 +131,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 + https://artifactory.bidon.org/bidon https://repo1.maven.org/maven2 From daeae7ae6a923b1209b5317d980e789098431d8a Mon Sep 17 00:00:00 2001 From: Dmitrii Feshchenko Date: Thu, 3 Oct 2024 16:04:17 +0200 Subject: [PATCH 3/5] Remove BidonAdapterAmazon pod from dependencies --- .../DefaultDependencies/AppodealDependencies.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt b/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt index e79625f..b611faa 100644 --- a/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt +++ b/Editor/DependencyManager/DefaultDependencies/AppodealDependencies.txt @@ -34,7 +34,6 @@ - From 38e22ef385cf3a33537ee6986744234316143952 Mon Sep 17 00:00:00 2001 From: Dmitrii Feshchenko Date: Thu, 3 Oct 2024 12:37:40 +0200 Subject: [PATCH 4/5] Bump plugin version --- Runtime/Common/AppodealVersions.cs | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", From 5aa636935923aa8e8d0db1aa4ddfd07ab63d13e9 Mon Sep 17 00:00:00 2001 From: Dmitrii Feshchenko Date: Thu, 3 Oct 2024 12:39:08 +0200 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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