Our mobile app is currently using `@intercom/react-native` version 2.0.4 with React Native 0.68.0.
When upgrading to versions 2.1.0 or 3.0.0, we are getting this error when building on Android:
Execution failed for task ':intercom_intercom-react-native:verifyReleaseResources'.
> A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
> Android resource linking failed
ERROR:/Users/renchap/.gradle/caches/transforms-3/1a8a70571d20c2327fca2f69e8928226/transformed/core-1.7.0/res/values/values.xml:105:5-114:25: AAPT: error: resource android:attr/lStar not found.
Any idea where this comes from? I found several mentions of this error (not related to Intercom) but can not find how to solve this.