From e649f412d3b7b0285985835e0ca4e96179ca848c Mon Sep 17 00:00:00 2001 From: torrentcome Date: Wed, 28 Jun 2017 19:32:50 +0200 Subject: [PATCH] (room) add in gradle config --- app/build.gradle | 3 +++ build.gradle | 1 + 2 files changed, 4 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 20c3efabc..69dae6286 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,4 +54,7 @@ dependencies { exclude module: 'support-v4' } testCompile 'junit:junit:4.12' + compile "android.arch.persistence.room:runtime:1.0.0-alpha3" + annotationProcessor "android.arch.persistence.room:compiler:1.0.0-alpha3" + } diff --git a/build.gradle b/build.gradle index 0a26ece58..eb17a91de 100644 --- a/build.gradle +++ b/build.gradle @@ -16,6 +16,7 @@ allprojects { repositories { jcenter() maven { url "https://jitpack.io" } + maven { url 'https://maven.google.com' } } }