File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
33apply plugin : ' com.jfrog.bintray'
44
55group = ' com.getkeepsafe.relinker'
6- version = ' 1.3.0 '
6+ version = ' 1.3.1 '
77
88android {
99 compileSdkVersion 28
You can’t perform that action at this time.
0 commit comments