Skip to content

Commit

Permalink
Release version 1.3.0
Browse files Browse the repository at this point in the history
Adding split APK support
  • Loading branch information
philippb committed Sep 12, 2018
1 parent 9475ed1 commit f11bc03
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.2.3/javadoc/)
[JavaDoc](https://jitpack.io/com/github/KeepSafe/Relinker/1.3.0/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.3'
compile 'com.getkeepsafe.relinker:relinker:1.3.0'
}
```

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.2.3'
version = '1.3.0'

android {
compileSdkVersion 26
Expand Down

0 comments on commit f11bc03

Please sign in to comment.