File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
templates/android/library Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
57
57
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1")
58
58
api("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1")
59
59
60
- api(platform("com.squareup.okhttp3:okhttp-bom:4.10 .0"))
60
+ api(platform("com.squareup.okhttp3:okhttp-bom:4.12 .0"))
61
61
api("com.squareup.okhttp3:okhttp")
62
62
implementation("com.squareup.okhttp3:okhttp-urlconnection")
63
63
implementation("com.squareup.okhttp3:logging-interceptor")
@@ -77,4 +77,4 @@ dependencies {
77
77
testApi("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.1")
78
78
}
79
79
80
- apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"
80
+ apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"
You can’t perform that action at this time.
0 commit comments