Skip to content

Commit

Permalink
chore: remove unused testBuildType config
Browse files Browse the repository at this point in the history
Because we only now run instrumentation tests in the `debug` build type by default, we no longer need to configure `debug` as the `testBuildType`.
  • Loading branch information
wzieba committed Oct 31, 2023
1 parent abdfabc commit f96b813
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parsely/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ android {
exclude 'META-INF/LICENSE'
exclude 'META-INF/NOTICE'
}
testBuildType "debug"

publishing {
singleVariant('release') {
Expand Down

0 comments on commit f96b813

Please sign in to comment.