mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
259 stars 117 forks source link

add namespace #156

Closed m-derakhshi closed 10 months ago

m-derakhshi commented 11 months ago

A problem occurred configuring project ':map_launcher'.

Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. Namespace not specified. Please specify a namespace in the module's build.gradle file like so:

 android {
     namespace 'com.example.namespace'
 }
mattermoran commented 10 months ago

fixed in https://github.com/mattermoran/map_launcher/pull/157