mirror of
https://github.com/woheller69/maps.git
synced 2025-06-28 20:29: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 {
|
android {
|
||||||
compileSdk 34
|
compileSdk 34
|
||||||
|
dependenciesInfo {
|
||||||
|
// Disable including dependency metadata when building APKs
|
||||||
|
includeInApk = false
|
||||||
|
// Disable including dependency metadata when building Android App Bundles
|
||||||
|
includeInBundle = false
|
||||||
|
}
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "us.spotco.maps"
|
applicationId "us.spotco.maps"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue