Skip to content

Commit 72e9c52

Browse files
authored
cleanup androidLibrary deprecation (#9403)
* cleanup androidLibrary deprecation
1 parent b938a8c commit 72e9c52

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

okhttp/build.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@ kotlin {
5555
jvm {
5656
}
5757

58-
androidLibrary {
58+
android {
5959
namespace = "okhttp.okhttp3"
60-
compileSdk = 36
60+
compileSdk {
61+
version = release(36)
62+
}
6163
minSdk = 21
6264

6365
androidResources {

0 commit comments

Comments
 (0)