Skip to content

Commit

Permalink
Release 1.4.1 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
emarc-m authored Feb 24, 2020
1 parent faaee83 commit 57f3ddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4.0/javadoc/overview-summary.html)
[JavaDoc](https://jitpack.io/com/github/KeepSafe/Relinker/1.4.1/javadoc/overview-summary.html)

## Overview

Expand Down Expand Up @@ -51,7 +51,7 @@ ReLinker is distributed using [jcenter](https://bintray.com/keepsafesoftware/And
}
dependencies {
compile 'com.getkeepsafe.relinker:relinker:1.4.0'
compile 'com.getkeepsafe.relinker:relinker:1.4.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion 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.4.0'
version = '1.4.1'

android {
compileSdkVersion 28
Expand Down

0 comments on commit 57f3ddb

Please sign in to comment.