Skip to content

Commit 9357005

Browse files
committed
1.2.2
1 parent fa09971 commit 9357005

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.1/javadoc/)
14+
[JavaDoc](https://jitpack.io/com/github/KeepSafe/Relinker/1.2.2/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.1'
48+
compile 'com.getkeepsafe.relinker:relinker:1.2.2'
4949
}
5050
```
5151

relinker/build.gradle

Lines changed: 2 additions & 2 deletions
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.1'
6+
version = '1.2.2'
77

88
android {
99
compileSdkVersion 24
@@ -15,7 +15,7 @@ android {
1515

1616
defaultConfig {
1717
minSdkVersion 9
18-
versionCode 5
18+
versionCode 6
1919
versionName project.version
2020
}
2121
buildTypes {

0 commit comments

Comments
 (0)