Upgrade AGP

This commit is contained in:
LoveSy 2023-01-15 17:49:08 +08:00
parent 89cdf4cd2d
commit 9ad8f22da2
No known key found for this signature in database

View File

@ -5,8 +5,8 @@ pluginManagement {
mavenCentral()
}
plugins {
id("com.android.application") version "7.3.1"
id("com.android.library") version "7.3.1"
id("com.android.application") version "7.4.0"
id("com.android.library") version "7.4.0"
}
}
dependencyResolutionManagement {