Skip to content

Commit 70000aa

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | ---------- | -------------------------------------- | ----- | ------ | | maven | com.squareup.retrofit2:converter-moshi | 2.9.0 | 2.10.0 | | maven | com.squareup.retrofit2:retrofit | 2.9.0 | 2.10.0 | | maven | com.android.tools.build:gradle | 8.3.0 | 8.3.1 |
1 parent aca4e57 commit 70000aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

buildSrc/src/main/kotlin/deps.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)