Skip to content

Commit

Permalink
Remove useless benchmark variant
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Nov 10, 2023
1 parent 7cafb4b commit 1d41892
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 121 deletions.
2 changes: 0 additions & 2 deletions app/benchmark-rules.pro

This file was deleted.

9 changes: 0 additions & 9 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@ android {
lint {
abortOnError = false
}

buildTypes {
create("benchmark") {
isDebuggable = false
matchingFallbacks += listOf("release")
signingConfig = signingConfigs.getByName("debug")
proguardFiles("benchmark-rules.pro")
}
}
}

dependencies {
Expand Down
Loading

0 comments on commit 1d41892

Please sign in to comment.