Skip to content
This repository was archived by the owner on Mar 25, 2020. It is now read-only.

Commit 43cb522

Browse files
committed
Update README.md
1 parent 42a5c4c commit 43cb522

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,25 @@ provider.listAsync(new Task<List<DrivenFile>>(){
3737
```
3838
Same interface, same method calls!
3939

40-
Download snapshots
40+
Download
4141
==================
42-
**IMPORTANT**
43-
This library is still under heavy development and yet scheduled for v.1 release.
4442

4543
```groovy
4644
47-
repositories {
48-
maven {
49-
url "https://oss.sonatype.org/content/repositories/snapshots/"
50-
}
45+
dependencies {
46+
// main library
47+
compile 'com.bingzer.android.driven:driven:1.0.0'
48+
49+
// Google Drive
50+
compile 'com.bingzer.android.driven:driven-gdrive:1.0.0'
51+
52+
// Dropbox
53+
compile 'com.bingzer.android.driven:driven-dropbox:1.0.0'
54+
55+
// External Drive
56+
compile 'com.bingzer.android.driven:driven-ext-drive:1.0.0'
5157
}
5258
53-
dependencies {
54-
compile (group:'com.bingzer.android.driven', name: 'driven', version:'0.7.0-SNAPSHOT', changing: true)
55-
}
5659
```
5760

5861
LICENSE

0 commit comments

Comments
 (0)