Skip to content

Instantly share code, notes, and snippets.

@magdamiu
Created January 12, 2021 17:50
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 magdamiu/9a2d94600d14c8c98a385b396732e0a6 to your computer and use it in GitHub Desktop.
Save magdamiu/9a2d94600d14c8c98a385b396732e0a6 to your computer and use it in GitHub Desktop.
gradle for Room
def room_version = "2.2.6"
implementation "androidx.room:room-runtime:$room_version"
annotationProcessor "androidx.room:room-compiler:$room_version"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment