Modify realm dependency
This commit is contained in:
parent
35845ced62
commit
b28f4aa8b8
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ buildscript {
|
|||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.5.0'
|
||||
classpath "io.realm:realm-gradle-plugin:0.88.2"
|
||||
//classpath 'io.realm:realm-gradle-plugin:0.88.2'
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
}
|
||||
|
@ -55,6 +55,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.5' // 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'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue