Browse Source

(room) add in gradle config

pull/330/head
torrentcome 9 years ago
parent
commit
e649f412d3
  1. 3
      app/build.gradle
  2. 1
      build.gradle

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

1
build.gradle

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

Loading…
Cancel
Save