Skip to content

Instantly share code, notes, and snippets.

@zijianjoy
Last active June 16, 2020 07:14
Show Gist options
  • Save zijianjoy/edda7926b2582464e51f95d381f25de8 to your computer and use it in GitHub Desktop.
Save zijianjoy/edda7926b2582464e51f95d381f25de8 to your computer and use it in GitHub Desktop.
dependencies {
...
// Room components
implementation "androidx.room:room-runtime:2.2.5"
annotationProcessor "androidx.room:room-compiler:2.2.5"
androidTestImplementation "androidx.room:room-testing:2.2.5"
// Lifecycle components
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
annotationProcessor "androidx.lifecycle:lifecycle-compiler:2.2.0"
// UI
implementation "com.google.android.material:material:1.0.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment