Skip to content

Commit e82744b

Browse files
Remove baseline workaround (#1365)
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.
1 parent d48511a commit e82744b

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

app/baselineWorkaround.gradle

-39
This file was deleted.

app/build.gradle.kts

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ plugins {
1010
alias(libs.plugins.android.junit5)
1111
}
1212

13-
// Apply workaround
14-
apply("baselineWorkaround.gradle")
15-
1613
detekt {
1714
buildUponDefaultConfig = true
1815
allRules = false

0 commit comments

Comments
 (0)