You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading the Android Gradle Plugin (AGP) to version 8.1.0 and Gradle to version 8.0.2, the build fails with an error indicating that a namespace is not specified in the module’s build.gradle file. This issue seems to be a result of recent changes in AGP requiring explicit namespace definitions.
Steps to Reproduce:
Upgrade AGP to version 8.1.0 and Gradle to version 8.0.2 in the build.gradle files.
Attempt to build the project.
Observe the build error related to the namespace.
The issue appeared after updating from AGP version 7.4.2 to 8.1.0 and Gradle from 7.6.3 to 8.0.2. It would be beneficial if the webengage_flutter package could include the required namespace in its build.gradle file to ensure compatibility with these newer versions of the Android Gradle Plugin.
Fluter version: 3.22.3
The text was updated successfully, but these errors were encountered:
@srinivasa-b
For now please add the following lines to the android/build.gradle file before the subprojects section of project.evaluationDependsOn(':app'):
After upgrading the Android Gradle Plugin (AGP) to version 8.1.0 and Gradle to version 8.0.2, the build fails with an error indicating that a namespace is not specified in the module’s build.gradle file. This issue seems to be a result of recent changes in AGP requiring explicit namespace definitions.
Steps to Reproduce:
Upgrade AGP to version 8.1.0 and Gradle to version 8.0.2 in the build.gradle files.
Attempt to build the project.
Observe the build error related to the namespace.
The issue appeared after updating from AGP version 7.4.2 to 8.1.0 and Gradle from 7.6.3 to 8.0.2. It would be beneficial if the webengage_flutter package could include the required namespace in its build.gradle file to ensure compatibility with these newer versions of the Android Gradle Plugin.
Fluter version: 3.22.3
The text was updated successfully, but these errors were encountered: