Skip to content

Commit

Permalink
refactor: remove frosting (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Nov 4, 2024
1 parent b0cb9f1 commit 0c7620a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ android {
}
}

dependenciesInfo {
includeInApk = false
includeInBundle = false
}

testOptions {
unitTests.all {
it.useJUnitPlatform()
Expand Down

0 comments on commit 0c7620a

Please sign in to comment.