Skip to content

Commit 310a965

Browse files
authored
Corrected room-Ktx library version string
1 parent e1949a6 commit 310a965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dependencies {
9292
kapt "androidx.room:room-compiler:$version_room"
9393

9494
// Kotlin Extensions and Coroutines support for Room
95-
implementation "androidx.room:room-ktx:$room_version"
95+
implementation "androidx.room:room-ktx:$version_room"
9696

9797
// WorkManager
9898
implementation "android.arch.work:work-runtime-ktx:$version_work"

0 commit comments

Comments
 (0)