Hey guys, The Android build is failing because of the plugin `maven` when it is used gradle 7 and [that plugin was removed on that version](https://docs.gradle.org/7.0/userguide/upgrading_version_6.html?_ga=2.208756177.2119378659.1664924392-28377578.1664924392#removal_of_the_legacy_maven_plugin), so, [this line](https://github.com/codemotionapps/react-native-help-scout/blob/master/library/android/build.gradle#L23) need to be updated to ``` apply plugin: 'maven-publish' ``` Can you help us out to support it that version? thank you