appodeal / Appodeal-Flutter-Plugin

Official Flutter Plugin that adds Appodeal SDK support to your Flutter application.
https://pub.dev/packages/stack_appodeal_flutter
Apache License 2.0
18 stars 3 forks source link

[Bug report] Namespace is not specified. (A problem occurred configuring project ':stack_appodeal_flutter'.) #54

Closed raspberry-jenshen closed 7 months ago

raspberry-jenshen commented 7 months ago

Hello, Could you add namespace support for this plugin?

In order to support gradle version 8>

android {
  // Conditional for compatibility with AGP <4.2.
  if (project.android.hasProperty("namespace")) {
    namespace 'io.flutter.plugins.firebase.messaging'
  }

With a different namespace of course :)

https://github.com/fluttercandies/flutter_image_compress/issues/265

da2gl commented 7 months ago

@raspberry-jenshen Hello. Thanks for your report. We take it to work.