Skip to content

Commit f514780

Browse files
committed
Chore: OkHttp 및 Retrofit 버전 업데이트
1 parent d289f4a commit f514780

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build-logic/convention/src/main/java/com/threegap/bitnagil/convention/extension/KotlinAndroid.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ internal fun Project.configureKotlinAndroid(commonExtension: CommonExtension<*,
4444
resources {
4545
excludes.add("META-INF/AL2.0")
4646
excludes.add("META-INF/LGPL2.1")
47+
excludes.add("META-INF/versions/9/OSGI-INF/MANIFEST.MF")
4748
}
4849
}
4950

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ composeBom = "2025.06.00"
4040
composeNavigation = "2.9.0"
4141

4242
# Network
43-
okhttp = "4.11.0"
44-
retrofit = "2.11.0"
43+
okhttp = "5.3.2"
44+
retrofit = "3.0.0"
4545

4646
# Test
4747
junit = "4.13.2"

0 commit comments

Comments
 (0)