natintosh / plugin_libphonenumber

MIT License
5 stars 37 forks source link

Update build.gradle - added namespace to for gradle 8.0 and above #30

Closed ettaegbe closed 10 months ago

ettaegbe commented 10 months ago
A problem occurred configuring project ':libphonenumber_plugin'.
  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'
      }