Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gotev committed Feb 10, 2016
1 parent 1bc5030 commit acc3059
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ At the core of the library there is a `Service` which handles multiple concurren
<dependency>
<groupId>net.gotev</groupId>
<artifactId>uploadservice</artifactId>
<version>2.0</version>
<version>2.0.1</version>
<type>aar</type>
</dependency>
```
Expand All @@ -32,7 +32,7 @@ At the core of the library there is a `Service` which handles multiple concurren

```
dependencies {
compile 'net.gotev:uploadservice:2.0@aar'
compile 'net.gotev:uploadservice:2.0.1@aar'
}
```

Expand Down
4 changes: 2 additions & 2 deletions examples/app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.nononsenseapps:filepicker:2.4.2'
//compile 'net.gotev:uploadservice:2.0'
compile 'net.gotev:uploadservice:2.0.1'
//comment the previous line and uncomment the next line for development (it uses the local lib)
compile project(':uploadservice')
//compile project(':uploadservice')
}

0 comments on commit acc3059

Please sign in to comment.