Kommunicate-io / Kommunicate-Flutter-Plugin

A flutter plugin for Kommunicate customer support live chat.
BSD 3-Clause "New" or "Revised" License
16 stars 23 forks source link

[CM-1889] Added support for AGP 8.X.X #121

Closed joshi-kt closed 7 months ago

joshi-kt commented 7 months ago

Summary

In the native Android side , while upgrading the AGP version to 8.X.X, we can just upgrade our project via AGP upgrade assitant but for the hybrid platforms, we need to have the namespace inside the module's build file to upgrade the project to 8.X.X

How was the code tested ?