Skip to content

Commit 7e56382

Browse files
committed
updating kotlin, commons, gradle
1 parent 236ae3a commit 7e56382

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
@@ -63,11 +63,11 @@ android {
6363
}
6464

6565
dependencies {
66-
implementation 'com.github.SimpleMobileTools:Simple-Commons:41dc9c6bfe'
67-
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
66+
implementation 'com.github.SimpleMobileTools:Simple-Commons:795a4ae3e3'
67+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
6868
implementation 'androidx.documentfile:documentfile:1.0.1'
6969

70-
kapt 'androidx.room:room-compiler:2.3.0'
71-
implementation 'androidx.room:room-runtime:2.3.0'
72-
annotationProcessor 'androidx.room:room-compiler:2.3.0'
70+
kapt 'androidx.room:room-compiler:2.4.2'
71+
implementation 'androidx.room:room-runtime:2.4.2'
72+
annotationProcessor 'androidx.room:room-compiler:2.4.2'
7373
}

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.6.10'
4+
ext.kotlin_version = '1.6.21'
55

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

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:7.1.2'
12+
classpath 'com.android.tools.build:gradle:7.1.3'
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)