Skip to content

Commit

Permalink
1.0.0-beta.2
Browse files Browse the repository at this point in the history
- Add Adaptive banner support.
- Now prevents ads from being reloaded on setState.
  • Loading branch information
edeuss committed Apr 3, 2020
1 parent bc4df0c commit 3b5c449
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.0-beta.2] - 2020/04/03
- Add Adaptive banner support.
- Now prevents ads from being reloaded on setState.

## [1.0.0-beta] - 2019/12/15
- Update Android dependencies
- Update iOS Podfile for Flutter 1.12.13+hotfix.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add this to your package's pubspec.yaml file:

```dart
dependencies:
admob_flutter: "^1.0.0-beta"
admob_flutter: "^1.0.0-beta.2"
```

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.shatsy.admobflutter'
version '1.0.0-beta'
version '1.0.0-beta.2'

buildscript {
ext.kotlin_version = '1.3.61'
Expand Down
11 changes: 2 additions & 9 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0-beta"
version: "1.0.0-beta.2"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -109,13 +109,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.4"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0+1"
petitparser:
dependency: transitive
description:
Expand Down Expand Up @@ -176,7 +169,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.11"
version: "0.2.15"
typed_data:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions ios/admob_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
#
Pod::Spec.new do |s|
s.name = 'admob_flutter'
s.version = '1.0.0-beta'
s.version = '1.0.0-beta.2'
s.swift_version = '5.0'
s.summary = 'Admob plugin that shows banner ads using native platform views.'
s.description = <<-DESC
Admob plugin that shows banner ads using native platform views.
DESC
s.homepage = 'https://github.com/YoussefKababe/admob_flutter'
s.homepage = 'https://github.com/kmcgill88/admob_flutter'
s.license = { :file => '../LICENSE' }
s.author = { 'Kevin McGill' => 'kevin@mcgilldevtech.com' }
s.source = { :path => '.' }
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: admob_flutter
description: Admob plugin that shows banner ads using native platform views.
version: 1.0.0-beta
version: 1.0.0-beta.2
homepage: https://github.com/kmcgill88/admob_flutter

environment:
Expand Down

0 comments on commit 3b5c449

Please sign in to comment.