Skip to content

Commit 3ddcd24

Browse files
committed
Upgrade to realm 0.87.5
1 parent 9028b56 commit 3ddcd24

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MPChartExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ dependencies {
5454
//compile fileTree(dir: 'libs', include: ['*.jar'])
5555
compile project(':MPChartLib') // remove this if you only imported the example project
5656
compile 'com.android.support:appcompat-v7:23.1.1'
57-
compile 'io.realm:realm-android:0.87.3' // dependency for realm-database API (http://realm.io)
57+
compile 'io.realm:realm-android:0.87.5' // dependency for realm-database API (http://realm.io)
5858
//compile 'com.github.PhilJay:MPAndroidChart:v2.2.0'
5959
}

MPChartLib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repositories {
4141
dependencies {
4242
//compile fileTree(dir: 'libs', include: ['*.jar'])
4343
//compile 'com.android.support:support-v4:19.+'
44-
provided 'io.realm:realm-android:0.87.3' // "optional" dependency to realm-database API
44+
provided 'io.realm:realm-android:0.87.5' // "optional" dependency to realm-database API
4545
}
4646

4747
android.libraryVariants.all { variant ->

0 commit comments

Comments
 (0)