Skip to content

Commit

Permalink
Enable proguard in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Corry <[email protected]>
  • Loading branch information
kylecorry31 committed Dec 5, 2024
1 parent e642155 commit d67a29f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ android {
"proguard-rules.pro"
)
}
getByName("debug"){
testProguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
}
// Staging build (a release build with a ID)
create("staging") {
initWith(getByName("release"))
Expand Down

0 comments on commit d67a29f

Please sign in to comment.