We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b1687 commit e992a7cCopy full SHA for e992a7c
README.md
@@ -24,9 +24,9 @@ allprojects {
24
```
25
Step 2. Add the dependency
26
```groovy
27
-dependencies {
28
- implementation 'com.softsuave:s3media-file-uploader:v1.0'
29
-}
+ dependencies {
+ implementation 'com.github.softsuave-tech-matrix:s3media_files_uploader:1.0.0'
+ }
30
31
# Usage
32
For all kind of media file upload (image/png/jpg/video/mp4/mp3/pdf/doc/apk...etc)
0 commit comments