Skip to content

Commit

Permalink
strip test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
regulad committed Oct 16, 2024
1 parent e1a6d40 commit b18cfcf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions ble/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ android {
consumerProguardFiles("consumer-rules.pro")
}

testFixtures {
enable = true
}

composeOptions {
kotlinCompilerExtensionVersion = "1.5.1"
}
Expand Down
4 changes: 0 additions & 4 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ android {
consumerProguardFiles("consumer-rules.pro")
}

testFixtures {
enable = true
}

publishing {
singleVariant("release") {
withSourcesJar()
Expand Down
4 changes: 0 additions & 4 deletions compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ android {
consumerProguardFiles("consumer-rules.pro")
}

testFixtures {
enable = true
}

buildFeatures {
compose = true
}
Expand Down

0 comments on commit b18cfcf

Please sign in to comment.