Upgrade AGP

This commit is contained in:
LoveSy 2023-03-21 11:13:33 +08:00
parent e7b5795755
commit 9ae4d6ac36
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ pluginManagement {
mavenCentral()
}
plugins {
id("com.android.library") version "7.4.1"
id("com.android.library") version "7.4.2"
}
}