From 2dfad0057bf34e17ec194a4d1dd535905a4793cf Mon Sep 17 00:00:00 2001 From: Thibaud Giovannetti Date: Wed, 13 Sep 2017 23:48:12 +0200 Subject: [PATCH] Fix example reference to ream lib --- example/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/build.gradle b/example/build.gradle index 580f577..d2d8480 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -45,8 +45,8 @@ dependencies { exclude group: 'com.android.support', module: 'support-annotations' }) - // compile project(":store2realm") // use local library - compile 'com.github.playmoweb:store2realm:3.0.0' + compile project(":store2realm") // use local library + // compile 'com.github.playmoweb:store2realm:3.0.0' compile 'com.android.support:appcompat-v7:26.0.1' compile 'com.android.support.constraint:constraint-layout:1.0.2'