We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2423c4b commit ff067f5Copy full SHA for ff067f5
1 file changed
app/build.gradle
@@ -50,7 +50,7 @@ android {
50
}
51
52
dependencies {
53
- def room_version = '2.7.1'
+ def room_version = '2.7.2'
54
55
implementation "androidx.room:room-runtime:$room_version"
56
//kapt "androidx.room:room-compiler:$room_version"
0 commit comments