blob: 416fbf05614ffc30b6950c9db505dff2629c798a [file] [log] [blame]
pluginManagement {
def agpVersion = '4.1.0'
repositories {
google()
}
plugins {
id 'com.android.application' version agpVersion
id 'com.android.library' version agpVersion
}
}