Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Aug 4, 2016
1 parent 8e183ff commit aa73e2b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

## Version 0.9.0

_2016-08-04_

* Use [ReLinker](https://github.com/KeepSafe/ReLinker) to load the os-compat library. This should avoid
`UnsatisfiedLinkError` crashes.

## Version 0.1.0

_2016-04-12_
Expand Down
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.1.0'
compile 'de.cketti.safecontentresolver:safe-content-resolver-v14:0.9.0'
```

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

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

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

Expand Down

0 comments on commit aa73e2b

Please sign in to comment.