Skip to content

Commit 296a6d9

Browse files
committed
Undo minSdk 24 for compose.
1 parent 6584dbe commit 296a6d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

workflow-ui/compose/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ android {
1313
composeOptions {
1414
kotlinCompilerExtensionVersion = libs.versions.androidx.compose.compiler.get()
1515
}
16-
defaultConfig {
17-
// https://issuetracker.google.com/issues/194289155#comment21
18-
minSdk = 24
19-
}
2016
namespace = "com.squareup.workflow1.ui.compose"
2117
testNamespace = "$namespace.test"
2218
}

0 commit comments

Comments
 (0)