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 @@ -19,7 +19,7 @@ buildscript {
19
19
maven(url = " https://oss.sonatype.org/content/repositories/snapshots" )
20
20
}
21
21
dependencies {
22
- classpath(" com.android.tools.build:gradle:8.3.0 " )
22
+ classpath(" com.android.tools.build:gradle:8.3.1 " )
23
23
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
24
24
classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.25.0" )
25
25
classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.15.2" )
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ object deps {
44
44
}
45
45
46
46
object squareup {
47
- const val retrofit = " com.squareup.retrofit2:retrofit:2.9 .0"
48
- const val converterMoshi = " com.squareup.retrofit2:converter-moshi:2.9 .0"
47
+ const val retrofit = " com.squareup.retrofit2:retrofit:2.10 .0"
48
+ const val converterMoshi = " com.squareup.retrofit2:converter-moshi:2.10 .0"
49
49
const val loggingInterceptor = " com.squareup.okhttp3:logging-interceptor:4.12.0"
50
50
const val moshiKotlin = " com.squareup.moshi:moshi-kotlin:1.15.1"
51
51
const val leakCanary = " com.squareup.leakcanary:leakcanary-android:2.13"
You can’t perform that action at this time.
0 commit comments