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
I'm encountering a build failure with the @mauron85/react-native-background-geolocation package due to the deprecated package attribute in the AndroidManifest.xml.
Description
I'm encountering a build failure with the
@mauron85/react-native-background-geolocation
package due to the deprecatedpackage
attribute in theAndroidManifest.xml
.Environment
buildToolsVersion
:"34.0.0"minSdkVersion
:23compileSdkVersion
:34targetSdkVersion
:34ndkVersion
:"26.1.10909125"kotlinVersion
:"1.9.22"googlePlayServicesVersion
:"9.8.0"Steps to Reproduce
@mauron85/react-native-background-geolocation
package.Expected Behavior
The project should build successfully without errors.
Actual Behavior
The build fails with the following error messages:
![Screenshot (38)](https://private-user-images.githubusercontent.com/163876062/344367967-dda07568-15ca-46fd-8450-40ec4099894d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MDMxMDMsIm5iZiI6MTczODkwMjgwMywicGF0aCI6Ii8xNjM4NzYwNjIvMzQ0MzY3OTY3LWRkYTA3NTY4LTE1Y2EtNDZmZC04NDUwLTQwZWM0MDk5ODk0ZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwNDMzMjNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00OGQ1NjE1NWQ4MmJkZGU2NjA4OWUxNTlhZjM3YmYxNzczY2Y5NTlmZDlmY2FmYTIzY2M3NmM2MzMwMzY1YzY3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.lyiTerRA0gd_bKoEfRqeQ5tpqr0CEpRz7cWb0OMFiGg)
The text was updated successfully, but these errors were encountered: