Skip to content

Commit 0f2113f

Browse files
README file was added
1 parent 4df3c0c commit 0f2113f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ add the dependency in your build.gradle.
99
```
1010
def room_version = "2.2.5"
1111
12-
implementation 'android.arch.lifecycle:extensions:1.1.0'
12+
implementation "android.arch.lifecycle:extensions:1.1.0"
1313
implementation "androidx.room:room-runtime:$room_version"
1414
implementation "androidx.room:room-rxjava2:$room_version"
1515
implementation "androidx.room:room-guava:$room_version"

0 commit comments

Comments
 (0)