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 30, 2023
1 parent d2a25db commit e6727a0
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 @@ -33,7 +33,6 @@ android {
exclude 'META-INF/LICENSE'
exclude 'META-INF/NOTICE'
}
testBuildType "debug"

publishing {
singleVariant('release') {
Expand Down

0 comments on commit e6727a0

Please sign in to comment.