Upgrade AGP

This commit is contained in:
LoveSy 2023-05-02 11:15:40 +08:00
parent 187555f189
commit 27f5fb447e
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() mavenCentral()
} }
plugins { plugins {
id("com.android.library") version "8.0.0" id("com.android.library") version "8.0.1"
} }
} }