Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiphirx committed Sep 1, 2016
1 parent fa09971 commit 9357005
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.2.1/javadoc/)
[JavaDoc](https://jitpack.io/com/github/KeepSafe/Relinker/1.2.2/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.2.1'
compile 'com.getkeepsafe.relinker:relinker:1.2.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions 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.2.1'
version = '1.2.2'

android {
compileSdkVersion 24
Expand All @@ -15,7 +15,7 @@ android {

defaultConfig {
minSdkVersion 9
versionCode 5
versionCode 6
versionName project.version
}
buildTypes {
Expand Down

0 comments on commit 9357005

Please sign in to comment.