appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
187 stars 214 forks source link

[appinio_social_share] Gradle Upgrade Exception #150

Closed Linaks closed 12 months ago

Linaks commented 1 year ago

Hello,

I get this error if I want to upgrade my gradle:

A problem occurred configuring project ':appinio_social_share'.
Caused by: java.lang.RuntimeException: Namespace not specified. Please specify a namespace in the module's build.gradle file like so:

android {
    namespace 'com.example.namespace'
}