mirror of
https://github.com/woheller69/maps.git
synced 2025-06-28 12:19:55 +00:00
remove dependenciesInfo block
This commit is contained in:
parent
2b6621e227
commit
1a851e4cb7
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@ apply plugin: 'com.android.application'
|
|||
|
||||
android {
|
||||
compileSdk 34
|
||||
dependenciesInfo {
|
||||
// Disable including dependency metadata when building APKs
|
||||
includeInApk = false
|
||||
// Disable including dependency metadata when building Android App Bundles
|
||||
includeInBundle = false
|
||||
}
|
||||
defaultConfig {
|
||||
applicationId "us.spotco.maps"
|
||||
minSdkVersion 21
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue