android: Upgrade to AGP 7.4.2

This commit is contained in:
Charles Lombardo 2023-03-06 01:36:08 -05:00 committed by bunnei
parent fc785972f9
commit 82dca7e586

View file

@ -7,7 +7,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:7.3.1' classpath 'com.android.tools.build:gradle:7.4.2'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files