Upgrade to realm 0.87.5

This commit is contained in:
Philipp Jahoda 2016-02-24 15:15:47 +01:00
parent 9028b5613b
commit 3ddcd245ec
2 changed files with 2 additions and 2 deletions

View file

@ -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'
}

View file

@ -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 ->