File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath " com.android.tools.build:gradle:7.4.0 "
8
+ classpath " com.android.tools.build:gradle:7.3.1 "
9
9
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0"
10
10
11
11
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ android {
37
37
38
38
dependencies {
39
39
api ' androidx.core:core-ktx:1.9.0'
40
- api ' androidx.appcompat:appcompat:1.5.1 '
40
+ api ' androidx.appcompat:appcompat:1.6.0 '
41
41
api ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
42
42
43
- api ' androidx.room:room-runtime:2.4.3 '
44
- api ' androidx.room:room-ktx:2.4.3 '
43
+ api ' androidx.room:room-runtime:2.5.0 '
44
+ api ' androidx.room:room-ktx:2.5.0 '
45
45
api ' javax.annotation:javax.annotation-api:1.3.2'
46
46
}
You can’t perform that action at this time.
0 commit comments