Move example to realm v1.1.0

This commit is contained in:
Philipp Jahoda 2016-07-03 11:48:04 +02:00
parent 83a4bf9075
commit bad43a5e13
2 changed files with 2 additions and 2 deletions

View file

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

View file

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