diff --git a/build.gradle b/build.gradle index d64732b..ebdaeac 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:2.1.0' - classpath "io.realm:realm-gradle-plugin:1.0.0" + classpath "io.realm:realm-gradle-plugin:1.1.0" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/example/build.gradle b/example/build.gradle index fbff10f..2870a3c 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -7,7 +7,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:2.1.0' - classpath "io.realm:realm-gradle-plugin:1.0.0" + classpath "io.realm:realm-gradle-plugin:1.1.0" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }