Skip to content

Commit

Permalink
Merge pull request #1174 from square/ray/minSdkBegoneDamnTheTorpedos
Browse files Browse the repository at this point in the history
Undo minSdk 24 for compose.
  • Loading branch information
rjrjr authored Feb 6, 2024
2 parents 6584dbe + 296a6d9 commit 17d832a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions workflow-ui/compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ android {
composeOptions {
kotlinCompilerExtensionVersion = libs.versions.androidx.compose.compiler.get()
}
defaultConfig {
// https://issuetracker.google.com/issues/194289155#comment21
minSdk = 24
}
namespace = "com.squareup.workflow1.ui.compose"
testNamespace = "$namespace.test"
}
Expand Down

0 comments on commit 17d832a

Please sign in to comment.