(room) add in gradle config

This commit is contained in:
torrentcome 2017-06-28 19:32:50 +02:00
parent 3f3ccfca55
commit e649f412d3
2 changed files with 4 additions and 0 deletions

View File

@ -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"
}

View File

@ -16,6 +16,7 @@ allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
maven { url 'https://maven.google.com' }
}
}