Bump agp from 8.0.1 to 8.0.2 (#6)

This commit is contained in:
Howard Wu 2023-06-05 16:53:49 +08:00 committed by GitHub
parent 2af767479d
commit 9219a44112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.1" id("com.android.library") version "8.0.2"
} }
} }