Tkko / flutter_smart_auth

Flutter package for listening SMS code on Android, suggesting phone number, email, saving a credential.
https://pub.dev/packages/smart_auth
MIT License
43 stars 26 forks source link

Fix "Namespace not specified" error when upgrading to AGP 8.0 #11

Closed zhangyc closed 10 months ago

zhangyc commented 1 year ago

Add namespace configuration for each module to fix the "Namespace not specified" error when upgrading to Android Gradle Plugin 8.0. AGP 8.0 requires a unique namespace to be specified in android { } block in build.gradle. This namespace will be used for generating R class and other code.

Description

Type of Change

Tkko commented 10 months ago

Thanks for the PR, I'll upload new version shortly.