Skip to content

Commit

Permalink
remove workaround for reproducible builds
Browse files Browse the repository at this point in the history
not necessary any more according to https://issuetracker.google.com/issues/231837768
  • Loading branch information
Helium314 committed Sep 26, 2023
1 parent c175fce commit 734efc5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -307,13 +307,3 @@ tasks.register<GenerateTagSuggestions>("generateTagSuggestions") {
version = presetsVersion
targetDir = "$projectDir/src/main/assets/tag_editor"
}

tasks.whenTaskAdded {
if (name.contains("ArtProfile")) {
enabled = false
}
}

tasks.withType<com.android.build.gradle.internal.tasks.CompileArtProfileTask>() {
enabled = false
}

0 comments on commit 734efc5

Please sign in to comment.