Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Apr 12, 2016
1 parent 78efb82 commit b97ab0d
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 @@ -42,13 +42,13 @@ SafeContentResolver safeContentResolver = SafeContentResolver.newInstance(contex
## Include the library

```groovy
compile 'de.cketti.safecontentresolver:safe-content-resolver-v14:0.0.1'
compile 'de.cketti.safecontentresolver:safe-content-resolver-v14:0.1.0'
```

Or, if you're using `minSdkVersion` 21 or higher:

```groovy
compile 'de.cketti.safecontentresolver:safe-content-resolver-v21:0.0.1'
compile 'de.cketti.safecontentresolver:safe-content-resolver-v21:0.1.0'
```

## Native code
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ ext {
pom = [
group: "de.cketti.safecontentresolver",
name: "SafeContentResolver",
version: "0.0.1",
description: "A replacement for Android's ContentResolver to safely open file:// URIs provided by other apps",
version: "0.1.0",
description: "A replacement for Android's ContentResolver to safely open URIs provided by other apps",
url: "https://github.com/cketti/SafeContentResolver",

scmUrl: "https://github.com/cketti/SafeContentResolver",
Expand Down

0 comments on commit b97ab0d

Please sign in to comment.