Skip to content

Commit

Permalink
3.11.0 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
alhiwatan authored Aug 6, 2024
1 parent ec08d6c commit 4d0ae9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion applovin_max/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Versions

## x.x.x
## 3.11.0
* Replace targeting data APIs with new numeric segments targeting APIs. For migration instructions, please see [here](https://developers.applovin.com/en/flutter/overview/data-and-keyword-passing/#segment-targeting).
* Depends on Android SDK v12.6.0 and iOS SDK v12.6.0.
* Fix ad callbacks not firing after hot restart. https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/229
Expand Down
2 changes: 1 addition & 1 deletion applovin_max/ios/applovin_max.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Pod::Spec.new do |s|
s.authors = 'AppLovin Corporation'
s.name = 'applovin_max'
s.version = '3.10.1'
s.version = '3.11.0'
s.summary = 'AppLovin MAX Flutter Plugin'
s.description = <<-DESC
AppLovin MAX Flutter Plugin
Expand Down
2 changes: 1 addition & 1 deletion applovin_max/lib/applovin_max.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export 'package:applovin_max/src/max_native_ad_view.dart';
/// Represents the AppLovin SDK.
class AppLovinMAX {
/// The current version of the SDK.
static const version = "3.10.1";
static const version = "3.11.0";

/// @nodoc
static MethodChannel channel = const MethodChannel('applovin_max');
Expand Down
2 changes: 1 addition & 1 deletion applovin_max/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: applovin_max
description: AppLovin MAX Flutter Plugin for Android and iOS - with support for interstitial ads, rewarded ads, banners, and MRECs.
version: 3.10.1
version: 3.11.0
homepage: https://github.com/AppLovin/AppLovin-MAX-Flutter

environment:
Expand Down

0 comments on commit 4d0ae9b

Please sign in to comment.