Update realm to 6.1.0: should fix some of the native crashes

This commit is contained in:
ganfra 2020-01-21 15:15:29 +01:00 committed by Ganard
parent d7feb6dd5c
commit b848d0530f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ buildscript {
jcenter()
}
dependencies {
classpath "io.realm:realm-gradle-plugin:6.0.2"
classpath "io.realm:realm-gradle-plugin:6.1.0"
}
}