<AndroidMavenLibrary>
support for nonstandard artifact filenames
#9465
Labels
Area: Bindings
Issues in Java Library Binding projects.
enhancement
Proposed change to current functionality.
Milestone
Android framework version
net9.0-android
Affected platform version
VS 2022 Preview v. 17.12.0 Preview 4.0
Description
Hello! I encountered an issue where, when loading certain .aar files from Maven, the version number also specifies a debug/release parameter. The easiest way to illustrate this is with a ReactNative library example. There, you have react-android-0.76.0-debug.aar and react-android-0.76.0-release.aar. With the current setup and using the line:
<AndroidMavenLibrary Include="com.facebook.react:react-android" Version ="0.76.0"/>
the following error occurs:
Steps to Reproduce
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: