Skip to content

Commit 4a0ad08

Browse files
authored
Release 1.3.1 (#55)
- Updated build tool version - Fixed leaked resource
1 parent 87b6e4f commit 4a0ad08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A robust native library loader for Android. More information can be found in our
1111

1212
**Min SDK:** 9
1313

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

1616
## Overview
1717

@@ -45,7 +45,7 @@ ReLinker is distributed using [jcenter](https://bintray.com/keepsafesoftware/And
4545
}
4646
4747
dependencies {
48-
compile 'com.getkeepsafe.relinker:relinker:1.3.0'
48+
compile 'com.getkeepsafe.relinker:relinker:1.3.1'
4949
}
5050
```
5151

relinker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

55
group = 'com.getkeepsafe.relinker'
6-
version = '1.3.0'
6+
version = '1.3.1'
77

88
android {
99
compileSdkVersion 28

0 commit comments

Comments
 (0)