Skip to content

Commit 8bce99a

Browse files
committed
Release version 1.2.3
1 parent dad5c5b commit 8bce99a

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.2.2/javadoc/)
14+
[JavaDoc](https://jitpack.io/com/github/KeepSafe/Relinker/1.2.3/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.2.2'
48+
compile 'com.getkeepsafe.relinker:relinker:1.2.3'
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.2.2'
6+
version = '1.2.3'
77

88
android {
99
compileSdkVersion 26

0 commit comments

Comments
 (0)