Skip to content

Commit 0136ebc

Browse files
committed
updating commons and room
1 parent 01db7c0 commit 0136ebc

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
@@ -66,13 +66,13 @@ android {
6666
}
6767

6868
dependencies {
69-
implementation 'com.github.SimpleMobileTools:Simple-Commons:4c83ec8740'
69+
implementation 'com.github.SimpleMobileTools:Simple-Commons:603a8da576'
7070
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
7171
implementation 'androidx.documentfile:documentfile:1.0.1'
7272

73-
kapt 'androidx.room:room-compiler:2.5.1'
74-
implementation 'androidx.room:room-runtime:2.5.1'
75-
annotationProcessor 'androidx.room:room-compiler:2.5.1'
73+
kapt 'androidx.room:room-compiler:2.5.2'
74+
implementation 'androidx.room:room-runtime:2.5.2'
75+
annotationProcessor 'androidx.room:room-compiler:2.5.2'
7676

7777
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1"
7878
}

0 commit comments

Comments
 (0)