Skip to content

Commit

Permalink
Merge pull request #11 from Kaiserdragon2/rework
Browse files Browse the repository at this point in the history
DEPENDENCY_INFO_BLOCK
  • Loading branch information
Kaiserdragon2 authored Jul 12, 2024
2 parents 4fcd21a + 7482038 commit 7c3d446
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ android {
buildFeatures {
viewBinding true
}
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
namespace 'de.kaiserdragon.callforwardingstatus'
}

Expand Down

0 comments on commit 7c3d446

Please sign in to comment.