remove dependenciesInfo block

This commit is contained in:
woheller69 2025-04-28 08:55:52 +02:00
parent 2b6621e227
commit 1a851e4cb7

View file

@ -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