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 {
1919 maven(url = " https://oss.sonatype.org/content/repositories/snapshots" )
2020 }
2121 dependencies {
22- classpath(" com.android.tools.build:gradle:8.3.0 " )
22+ classpath(" com.android.tools.build:gradle:8.3.1 " )
2323 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
2424 classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.25.0" )
2525 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 {
4444 }
4545
4646 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"
4949 const val loggingInterceptor = " com.squareup.okhttp3:logging-interceptor:4.12.0"
5050 const val moshiKotlin = " com.squareup.moshi:moshi-kotlin:1.15.1"
5151 const val leakCanary = " com.squareup.leakcanary:leakcanary-android:2.13"
You can’t perform that action at this time.
0 commit comments