Skip to content

Commit d36246d

Browse files
committed
updating some libraries
1 parent ab9407e commit d36246d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ android {
5757
}
5858

5959
dependencies {
60-
implementation 'com.simplemobiletools:commons:5.31.24'
61-
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
60+
implementation 'com.simplemobiletools:commons:5.32.24'
61+
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
6262
implementation 'androidx.documentfile:documentfile:1.0.1'
6363

64-
kapt 'androidx.room:room-compiler:2.2.5'
65-
implementation 'androidx.room:room-runtime:2.2.5'
66-
annotationProcessor 'androidx.room:room-compiler:2.2.5'
64+
kapt 'androidx.room:room-compiler:2.2.6'
65+
implementation 'androidx.room:room-runtime:2.2.6'
66+
annotationProcessor 'androidx.room:room-compiler:2.2.6'
6767
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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.4.10'
4+
ext.kotlin_version = '1.4.21'
55

66
repositories {
77
google()
88
jcenter()
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:4.1.0'
12+
classpath 'com.android.tools.build:gradle:4.1.1'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414

1515
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)