Skip to content

Instantly share code, notes, and snippets.

@manijshrestha
Last active June 3, 2017 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manijshrestha/bdc059e63fa2a548abf5538484f4b41d to your computer and use it in GitHub Desktop.
Save manijshrestha/bdc059e63fa2a548abf5538484f4b41d to your computer and use it in GitHub Desktop.
Include Room
dependencies {
....
compile "android.arch.persistence.room:runtime:1.0.0-alpha1"
kapt "android.arch.persistence.room:compiler:1.0.0-alpha1"
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment