Skip to content

Commit

Permalink
Remove DependencyInfoBlock
Browse files Browse the repository at this point in the history
fixes #709
  • Loading branch information
Helium314 committed Dec 30, 2024
1 parent 40221b7 commit 9b95231
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ android {
)
abortOnError = false
}

dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
namespace = "de.westnordost.streetcomplete"
}

Expand Down

0 comments on commit 9b95231

Please sign in to comment.