Move example to realm v1.1.0
This commit is contained in:
parent
83a4bf9075
commit
bad43a5e13
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ repositories {
|
|||
dependencies {
|
||||
//compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
//compile project(':MPChartLib-Realm') // clone "https://github.com/PhilJay/MPAndroidChart-Realm" to get this or uncomment the gradle dependency below:
|
||||
compile 'com.github.PhilJay:MPAndroidChart-Realm:v1.0.2@aar'
|
||||
compile 'com.github.PhilJay:MPAndroidChart-Realm:v1.1.0@aar'
|
||||
|
||||
compile project(':MPChartLib')
|
||||
compile 'com.android.support:appcompat-v7:23.1.1'
|
||||
|
|
|
@ -7,7 +7,7 @@ buildscript {
|
|||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath "io.realm:realm-gradle-plugin:1.0.1"
|
||||
classpath "io.realm:realm-gradle-plugin:1.1.0"
|
||||
classpath 'com.android.tools.build:gradle:2.1.2'
|
||||
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue