Skip to content

Commit 3d213c9

Browse files
committed
updating commons
1 parent a143e10 commit 3d213c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ android {
6565
}
6666

6767
dependencies {
68-
implementation 'com.github.SimpleMobileTools:Simple-Commons:d6cddfa7d8'
68+
implementation 'com.github.SimpleMobileTools:Simple-Commons:2d4e07e5f4'
6969
implementation 'androidx.emoji2:emoji2-bundled:1.2.0'
7070
implementation 'androidx.autofill:autofill:1.1.0'
7171

72-
kapt 'androidx.room:room-compiler:2.5.1'
73-
implementation 'androidx.room:room-runtime:2.5.1'
74-
annotationProcessor 'androidx.room:room-compiler:2.5.1'
72+
kapt 'androidx.room:room-compiler:2.5.2'
73+
implementation 'androidx.room:room-runtime:2.5.2'
74+
annotationProcessor 'androidx.room:room-compiler:2.5.2'
7575
}

0 commit comments

Comments
 (0)