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