-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build with default generated project #42
Comments
I found this issue in M$oft's MSAL library here, and so I tried to exclude and re-include MSAL within the app build.gradle file. That didn't work (same error saying unable to resolve), and now I'm at a loss and wondering what can be done to resolve this issue. Here's how I've been trying to exclude the transitive dependency on MSAL: implementation(project(':capacitor-cordova-android-plugins')) {
exclude(group: 'com.microsoft.identity.client', module: 'msal')
}
implementation "com.microsoft.identity.client:msal:5.3.0"
|
I was able to get this error resolved by bumping |
For those that need assistance with this issue you can use PR #43 as a patch with the |
Appreciate this! Upgrading to this plugin from cordova-plugin-msal, and ran in to the same error. Found this issue, and was able to apply your fix to get it working. 😎 |
Fixed in version 3.5.2 and up |
I'm getting a build error from the default
capacitor.build.gradle
script generated bynpx cap sync
. The build warns (Failed to resolve: io.opentelemetry:opentelemetry-bom:1.18.0) when I try to run Gradle sync with the generated plugins project, and errors when I try to build the app project. See this stack trace for the error:Android Studio Version: Iguana | 2023.2.1
Java Version: corretto 17.0.10-amzn
Gradle Version: 8.6
The text was updated successfully, but these errors were encountered: