File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
7
7
// Top-level build file where you can add configuration options common to all sub-projects/modules.
8
8
9
9
plugins {
10
- id(" org.jetbrains.kotlinx.kover" ) version " 0.7.3 " apply false
10
+ id(" org.jetbrains.kotlinx.kover" ) version " 0.7.4 " apply false
11
11
id(" com.diffplug.spotless" ) version " 6.22.0" apply false
12
12
}
13
13
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ object deps {
29
29
const val appCompat = " androidx.appcompat:appcompat:1.6.1"
30
30
const val coreKtx = " androidx.core:core-ktx:1.12.0"
31
31
const val constraintLayout = " androidx.constraintlayout:constraintlayout:2.1.4"
32
- const val recyclerView = " androidx.recyclerview:recyclerview:1.3.1 "
32
+ const val recyclerView = " androidx.recyclerview:recyclerview:1.3.2 "
33
33
const val swipeRefreshLayout = " androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
34
34
const val material = " com.google.android.material:material:1.10.0"
35
35
const val startup = " androidx.startup:startup-runtime:1.1.1"
@@ -46,7 +46,7 @@ object deps {
46
46
object squareup {
47
47
const val retrofit = " com.squareup.retrofit2:retrofit:2.9.0"
48
48
const val converterMoshi = " com.squareup.retrofit2:converter-moshi:2.9.0"
49
- const val loggingInterceptor = " com.squareup.okhttp3:logging-interceptor:4.11 .0"
49
+ const val loggingInterceptor = " com.squareup.okhttp3:logging-interceptor:4.12 .0"
50
50
const val moshiKotlin = " com.squareup.moshi:moshi-kotlin:1.15.0"
51
51
const val leakCanary = " com.squareup.leakcanary:leakcanary-android:2.12"
52
52
}
You can’t perform that action at this time.
0 commit comments