blob: 369eeb499f4e7fe32df14488e99327cb756858b1 [file] [log] [blame]
pluginManagement {
plugins {
id 'com.android.application' version '7.4.1'
id 'com.android.library' version '7.4.1'
id 'com.android.dynamic-feature' version '7.4.1'
}
repositories {
// This will be populated by AndroidGradleTestCase
}
}
include ':app'
include ':app:dynamicfeature'