Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
DmcSDK committed Nov 14, 2023
1 parent ccb4add commit 4dec460
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![](https://jitpack.io/v/DmcSDK/MediaPickerPoject.svg)](https://jitpack.io/#DmcSDK/MediaPickerPoject)
# MediaPickerProject

仿微信视频图片选择器,代码撸的非常简洁好改,支持cordova调用,联系QQ:3451927565。
Expand All @@ -17,13 +18,17 @@
use Gradle:

```gradle
repositories {
mavenCentral() // jcenter() works as well because it pulls from Maven Central
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
dependencies {
   compile 'com.dmcBig:mediapicker:+'
}
implementation 'com.github.DmcSDK:MediaPickerPoject:Tag'
}
```

code:
Expand Down

0 comments on commit 4dec460

Please sign in to comment.