flurry / react-native-flurry-sdk

React Native Flurry SDK
Apache License 2.0
45 stars 13 forks source link

Missing package attribute in AndroidManifest causes android build fails #47

Open HessiPard opened 6 months ago

HessiPard commented 6 months ago

Describe the bug Hi, thanks for this library. In the last commit (v.8.3.0) the package attribute has been removed from AndroidManifest.xml. It causes gradle build fails with this error:

error: package undefined does not exist import undefined.FlurryPackage;

This Bug is About Please choose the closest item by replacing [ ] with [x].

Platform Please choose the platform(s) that you are having the issue by replacing [ ] with [x].

Environment Please tell us the versions of SDKs you are using. If you are not sure about React Native version, you can run react-native --version under your project.

To Reproduce Steps to reproduce the behavior:

  1. yarn add react-native-flurry-sdk@8.3.0
  2. Build android
  3. Build fails