Skip to content

Commit

Permalink
Merge pull request #75 from licaon-kter/patch-1
Browse files Browse the repository at this point in the history
Remove DependencyInfoBlock from APK
  • Loading branch information
ZTFtrue authored Oct 10, 2024
2 parents 86c455f + 375096d commit e6d306c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
}
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = true
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = true
}
Expand Down Expand Up @@ -171,4 +171,4 @@ dependencies {
implementation("uk.me.berndporr:iirj:1.7")


}
}

0 comments on commit e6d306c

Please sign in to comment.