Skip to content

Commit

Permalink
Updated CHANGELOG, cleaned files
Browse files Browse the repository at this point in the history
  • Loading branch information
LTPhantom committed Apr 4, 2024
1 parent add0ec6 commit bdf2cbe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 592 deletions.
2 changes: 2 additions & 0 deletions packages/mediation/gma_mediation_meta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.0.0

* Initial release.
* Verified compatibility with Meta Android adapter version 6.17.0.0
* Verified compatibility with Meta iOS adapter version 6.15.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (flutterVersionName == null) {
}

android {
namespace "io.flutter.plugins.googlemobileads.mediation.gma_mediation_applovin_example"
namespace "io.flutter.plugins.googlemobileads.mediation.gma_mediation_meta_example"
compileSdkVersion flutter.compileSdkVersion
ndkVersion flutter.ndkVersion

Expand All @@ -42,7 +42,7 @@ android {

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "io.flutter.plugins.googlemobileads.mediation.gma_mediation_applovin_example"
applicationId "io.flutter.plugins.googlemobileads.mediation.gma_mediation_meta_example"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
Expand Down
Loading

0 comments on commit bdf2cbe

Please sign in to comment.