We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在新建工程的app文件夹build.gradle文件里面找到dependencies节点,在该节点内部新增一行。如下:
implementation 'com.huaweicloud:esdk-obs-android:3.23.5'
同步过后会提示
Failed to resolve: com.fasterxml.jackson:jackson-bom:2.13.4.1 Show in Project Structure dialog Affected Modules: app
The text was updated successfully, but these errors were encountered:
依赖com.fasterxml.jackson:jackson-bom:2.15.0
Sorry, something went wrong.
新版本会修复
No branches or pull requests
在新建工程的app文件夹build.gradle文件里面找到dependencies节点,在该节点内部新增一行。如下:
同步过后会提示
The text was updated successfully, but these errors were encountered: