Skip to content

Commit c99549a

Browse files
authored
Okio upgrade to 3.5.0 (#1957)
* okio upgrade to 3.5.0 Signed-off-by: Shenoy Pratik <[email protected]> * remove empty line Signed-off-by: Shenoy Pratik <[email protected]> * removed kotlin-stdlib resolution Signed-off-by: Shenoy Pratik <[email protected]> * upgrade kotlin stdlib to 1.9.0 Signed-off-by: Shenoy Pratik <[email protected]> --------- Signed-off-by: Shenoy Pratik <[email protected]>
1 parent e377cf2 commit c99549a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ allprojects {
115115
sourceCompatibility = targetCompatibility = "11"
116116
}
117117
configurations.all {
118-
resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib:1.6.0"
119-
resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib-common:1.6.0"
118+
resolutionStrategy.force "com.squareup.okio:okio:3.5.0"
119+
resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib:1.9.0"
120+
resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0"
120121
}
121122
}
122123

0 commit comments

Comments
 (0)