Skip to content

Commit ace78d7

Browse files
author
GitHub Actions
committed
Release Flutter SDK 3.1.2
1 parent 81b18a3 commit ace78d7

File tree

8 files changed

+15
-10
lines changed

8 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.1.2 , 2025
2+
3+
- Android SDK: 8.9.1
4+
- iOS SDK: 8.9.1
5+
16
## 3.1.1 , 2025
27

38
- Android SDK: 8.9.0

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ android {
3838
dependencies {
3939
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4040
// ironSource SDK
41-
implementation 'com.unity3d.ads-mediation:mediation-sdk:8.9.0'
41+
implementation 'com.unity3d.ads-mediation:mediation-sdk:8.9.1'
4242
}

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171
implementation 'com.google.android.gms:play-services-basement:18.3.0'
7272

7373
// Required when using custom native ad implementation
74-
implementation 'com.unity3d.ads-mediation:mediation-sdk:8.8.0'
74+
implementation 'com.unity3d.ads-mediation:mediation-sdk:8.9.1'
7575

7676
// Add Adapters and Network SDKs here
7777
// https://developers.is.com/ironsource-mobile/flutter/mediation-networks-flutter/

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ packages:
8181
path: ".."
8282
relative: true
8383
source: path
84-
version: "3.1.0"
84+
version: "3.1.2"
8585
lints:
8686
dependency: transitive
8787
description:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ironsource_mediation_example
22
description: Demonstrates how to use the ironsource_mediation plugin.
3-
version: 3.1.1
3+
version: 3.1.2
44

55
# The following line prevents the package from being accidentally published to
66
# pub.dev using `pub publish`. This is preferred for private packages.

ios/ironsource_mediation.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'ironsource_mediation'
7-
s.version = '3.1.1'
7+
s.version = '3.1.2'
88
s.summary = 'The Leading Mobile Advertising Technology Platform'
99
s.description = <<-DESC
1010
Monetize & Promote Your Apps
@@ -26,5 +26,5 @@ Mobile sdk for IronSource
2626
}
2727

2828
# ironSource
29-
s.dependency 'IronSourceSDK','8.9.0.0'
29+
s.dependency 'IronSourceSDK','8.9.1.0'
3030
end

lib/src/utils/ironsource_constants.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
class IronConst {
33
static const String METHOD_CHANNEL = 'ironsource_mediation';
44
static const String PLUGIN_TYPE = 'Flutter';
5-
static const String PLUGIN_VERSION = '3.1.1';
6-
static const String ANDROID_SDK_VERSION = '8.9.0';
7-
static const String IOS_SDK_VERSION = '8.9.0';
5+
static const String PLUGIN_VERSION = '3.1.2';
6+
static const String ANDROID_SDK_VERSION = '8.9.1';
7+
static const String IOS_SDK_VERSION = '8.9.1';
88

99
// Banner
1010
static const int BANNER_WIDTH = 320;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ironsource_mediation
22
description: IronSource ad mediation Flutter plugin. Monetize apps with rewarded video, interstitial, banner, and native ads.
3-
version: 3.1.1
3+
version: 3.1.2
44
homepage: https://is.com
55
documentation: https://developers.is.com/ironsource-mobile/flutter/flutter-plugin/
66
repository: https://github.com/ironsource-mobile/Flutter-SDK

0 commit comments

Comments
 (0)