We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fac531 commit dfb51b8Copy full SHA for dfb51b8
buildSrc/src/main/kotlin/PlutoGradlePlugin.kt
@@ -23,6 +23,7 @@ class PlutoGradlePlugin : Plugin<Project> {
23
val verGitSHA = version["gitSha"] as String
24
target.android().apply {
25
compileSdk = ProjectConfig.compileSdk
26
+ compileSdkVersion = ProjectConfig.compileSdk.toString()
27
buildToolsVersion = ProjectConfig.buildTools
28
buildFeatures {
29
buildConfig = true
0 commit comments