Skip to content

Commit

Permalink
Bump ReLinker to 1.3.0 (#6156)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdodenhof authored and cmelchior committed Sep 12, 2018
1 parent 8b09975 commit 8ea639c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.5.1 (YYYY-MM-DD)

### Internal

* Updated ReLinker to 1.3.0.

## 5.5.0 (2018-08-31)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion realm/realm-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ dependencies {

api "io.realm:realm-annotations:${version}"
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.getkeepsafe.relinker:relinker:1.2.2'
implementation 'com.getkeepsafe.relinker:relinker:1.3.0'

kapt project(':realm-annotations-processor') // See https://github.com/realm/realm-java/issues/5799
objectServerImplementation 'com.squareup.okhttp3:okhttp:3.9.0'
Expand Down

0 comments on commit 8ea639c

Please sign in to comment.