From 4155f12261a23699e6b1a70527b79e6d17d345e5 Mon Sep 17 00:00:00 2001 From: Thorben Primke Date: Sat, 2 Jul 2016 12:42:56 -0700 Subject: [PATCH] Upgrades to Realm 1.1.0 --- build.gradle | 2 +- example/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }