diff --git a/app/build.gradle b/app/build.gradle index 20c3efab..69dae628 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 0a26ece5..eb17a91d 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' } } }