Skip to content

Commit

Permalink
Remove baseline workaround (#1365)
Browse files Browse the repository at this point in the history
We temporarily added this to fix reproducible builds. We've since upgrades to a newer version of the Android Gradle Plugin that fixes the bug we worked around. As such we can remove it.
  • Loading branch information
nielsvanvelzen committed Apr 27, 2024
1 parent d48511a commit e82744b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
39 changes: 0 additions & 39 deletions app/baselineWorkaround.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ plugins {
alias(libs.plugins.android.junit5)
}

// Apply workaround
apply("baselineWorkaround.gradle")

detekt {
buildUponDefaultConfig = true
allRules = false
Expand Down

0 comments on commit e82744b

Please sign in to comment.