Skip to content

Commit

Permalink
Release 1.3.1 (#55)
Browse files Browse the repository at this point in the history
- Updated build tool version
- Fixed leaked resource
  • Loading branch information
philippb authored Jan 3, 2019
1 parent 87b6e4f commit 4a0ad08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A robust native library loader for Android. More information can be found in our

**Min SDK:** 9

[JavaDoc](https://jitpack.io/com/github/KeepSafe/Relinker/1.3.0/javadoc/)
[JavaDoc](https://jitpack.io/com/github/KeepSafe/Relinker/1.3.1/javadoc/)

## Overview

Expand Down Expand Up @@ -45,7 +45,7 @@ ReLinker is distributed using [jcenter](https://bintray.com/keepsafesoftware/And
}
dependencies {
compile 'com.getkeepsafe.relinker:relinker:1.3.0'
compile 'com.getkeepsafe.relinker:relinker:1.3.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion relinker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

group = 'com.getkeepsafe.relinker'
version = '1.3.0'
version = '1.3.1'

android {
compileSdkVersion 28
Expand Down

0 comments on commit 4a0ad08

Please sign in to comment.