Skip to content

Commit

Permalink
Replace usages of a deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Apr 2, 2024
1 parent ea79157 commit 46bb397
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AndroidAutoConfigurationTest {
project.plugins.apply("org.jetbrains.kotlin.android")
project.plugins.apply("org.jetbrains.dokka")
project.extensions.configure<LibraryExtension> {
compileSdkVersion(28)
compileSdk = 28
}
}
}
Expand Down

0 comments on commit 46bb397

Please sign in to comment.