Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmso committed Jun 22, 2022
1 parent ac1b283 commit d5ff4a2
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
## 1.0.3
* Use `api` for Android AppLovin MAX SDK dependency.
* Depends on Android SDK v11.4.3.
## 1.0.2
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 @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
'AppLovin Corporation' => '[email protected]'
}
s.name = 'applovin_max'
s.version = '1.0.2'
s.version = '1.0.3'
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 @@ -7,7 +7,7 @@ export 'package:applovin_max/src/ad_listeners.dart';
export 'package:applovin_max/src/enums.dart';

class AppLovinMAX {
static const version = "1.0.2";
static const version = "1.0.3";

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
version: 1.0.2
description: AppLovin MAX Flutter Plugin for Android and iOS - with support for interstitial ads, rewarded ads, banners, and MRECs.
version: 1.0.3
homepage: https://github.com/AppLovin/AppLovin-MAX-Flutter

environment:
Expand Down

0 comments on commit d5ff4a2

Please sign in to comment.