Skip to content
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

Failed to resolve #1

Closed
TolikB opened this issue Dec 18, 2020 · 4 comments
Closed

Failed to resolve #1

TolikB opened this issue Dec 18, 2020 · 4 comments

Comments

@TolikB
Copy link

TolikB commented Dec 18, 2020

Failed to resolve: com.microsoft.device.dualscreen:fragmentshandler:1.0.0-alpha02
Failed to resolve: com.tencent.soter:soter-core:+
Failed to resolve: com.microsoft.device.dualscreen:core:1.0.0-alpha01

@sergeykomlach
Copy link
Owner

Hi.
Please check https://github.com/Salat-Cx65/AdvancedBiometricPromptCompat#setup - you need to add some extra repositories to your Gradle:

 repositories {  
 maven { url 'https://developer.huawei.com/repo/' }  
 maven { url "https://dl.bintray.com/tencent-soter/maven/" }  
 maven { url "https://pkgs.dev.azure.com/MicrosoftDeviceSDK/DuoSDK-Public/_packaging/Duo-SDK-Feed/maven/v1" }  
 } 

I'm looking for a way how to manage this problem use the POM files to avoid this extra step and simplify the setup.

@TolikB
Copy link
Author

TolikB commented Dec 18, 2020

i added all this but get same result and then write issues)
Can i add POM file in my project?

@sergeykomlach
Copy link
Owner

Fixed in 1.0.4

@sergeykomlach
Copy link
Owner

Reopened cause of some issues with JCenter happens

@TolikB TolikB closed this as completed Dec 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants