File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 mavenCentral()
66 }
77 dependencies {
8- classpath " com.android.tools.build:gradle:7.4.0 "
8+ classpath " com.android.tools.build:gradle:7.3.1 "
99 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0"
1010
1111 // 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 {
3737
3838dependencies {
3939 api ' androidx.core:core-ktx:1.9.0'
40- api ' androidx.appcompat:appcompat:1.5.1 '
40+ api ' androidx.appcompat:appcompat:1.6.0 '
4141 api ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
4242
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 '
4545 api ' javax.annotation:javax.annotation-api:1.3.2'
4646}
You can’t perform that action at this time.
0 commit comments