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

docs:update README #12

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs:update README
  • Loading branch information
LiCola-Exist committed Apr 16, 2024
commit 4057eba5fb628ad4142c7c3f8b47bfa5ee7d2b8f
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,20 @@ aliyunpanClient.buildUpload(driveId, filePath, { task ->

[Documents](https://alibaba.github.io/aliyunpan-android-sdk/)

### About Repositories

Add it in your root build.gradle at the end of repositories:

```
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
```

## Requirements
- minSdk 21

Expand Down
Loading