Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fan-neobiz-bot committed Nov 2, 2023
1 parent 68f16c7 commit 19cd49e
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.10.6",
"flutterSdkVersion": "3.13.8",
"flavors": {}
}
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.2
- Bump up nendSDK_iOS to 8.2.0.
- Bump up nendSDK_Android to 10.0.0.

## 2.0.1
- Bump up nendSDK_iOS to 8.1.0.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Add this to your package's `pubspec.yaml` file and execute `flutter pub get`:
```Dart
dependencies:
nend_plugin: ^2.0.1
nend_plugin: ^2.0.2
```
## Preparation
Go to [nend admin page](https://www.nend.net/admin/login). Create ad space and obtain **apiKey**, **spotId**.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation 'net.nend.android:nend-sdk:9.0.1'
implementation 'net.nend.android:nend-sdk:10.0.0'
}
4 changes: 2 additions & 2 deletions example/.fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.10.6",
"flutterSdkVersion": "3.13.8",
"flavors": {}
}
}
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nend_plugin_example
version: 2.0.1+0.0.0
version: 2.0.2+0.0.0
description: Demonstrates how to use the nend_plugin plugin.
publish_to: 'none'

Expand Down
2 changes: 1 addition & 1 deletion ios/nend_plugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A new Flutter plugin that bridging nendSDK.
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'NendSDK_iOS', '~> 8.1.0'
s.dependency 'NendSDK_iOS', '~> 8.2.0'
s.static_framework = true

s.ios.deployment_target = '11.0'
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: nend_plugin
description: nend plugin that shows banner ads, interstitial ads and video ads.
version: 2.0.1
version: 2.0.2
homepage: https://github.com/fan-ADN/nendSDK-Flutter

environment:
Expand Down

0 comments on commit 19cd49e

Please sign in to comment.