Upgrade to realm 0.87.5
This commit is contained in:
parent
9028b5613b
commit
3ddcd245ec
2 changed files with 2 additions and 2 deletions
|
@ -54,6 +54,6 @@ dependencies {
|
|||
//compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
compile project(':MPChartLib') // remove this if you only imported the example project
|
||||
compile 'com.android.support:appcompat-v7:23.1.1'
|
||||
compile 'io.realm:realm-android:0.87.3' // dependency for realm-database API (http://realm.io)
|
||||
compile 'io.realm:realm-android:0.87.5' // dependency for realm-database API (http://realm.io)
|
||||
//compile 'com.github.PhilJay:MPAndroidChart:v2.2.0'
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@ repositories {
|
|||
dependencies {
|
||||
//compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
//compile 'com.android.support:support-v4:19.+'
|
||||
provided 'io.realm:realm-android:0.87.3' // "optional" dependency to realm-database API
|
||||
provided 'io.realm:realm-android:0.87.5' // "optional" dependency to realm-database API
|
||||
}
|
||||
|
||||
android.libraryVariants.all { variant ->
|
||||
|
|
Loading…
Add table
Reference in a new issue