File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ repositories {
4141dependencies {
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
4747android. libraryVariants. all { variant ->
You can’t perform that action at this time.
0 commit comments