Skip to content

Commit 31bd301

Browse files
committed
updating commons, kotlin, gradle, room
1 parent 0d7263e commit 31bd301

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ android {
5151
}
5252

5353
dependencies {
54-
implementation 'com.simplemobiletools:commons:5.13.14'
54+
implementation 'com.simplemobiletools:commons:5.15.9'
5555

56-
kapt 'androidx.room:room-compiler:2.0.0'
57-
implementation 'androidx.room:room-runtime:2.0.0'
58-
annotationProcessor 'androidx.room:room-compiler:2.0.0'
56+
kapt 'androidx.room:room-compiler:2.1.0'
57+
implementation 'androidx.room:room-runtime:2.1.0'
58+
annotationProcessor 'androidx.room:room-compiler:2.1.0'
5959
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.31'
4+
ext.kotlin_version = '1.3.41'
55

66
repositories {
77
google()

0 commit comments

Comments
 (0)