deps: update to agp 8.2.1

This commit is contained in:
Alexander Capehart 2024-02-28 22:27:04 -07:00
parent 31a9106465
commit 9817f7c328
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -12,7 +12,7 @@ buildscript {
}
plugins {
id "com.android.application" version '8.2.0' apply false
id "com.android.application" version '8.2.1' apply false
id "androidx.navigation.safeargs.kotlin" version "$navigation_version" apply false
id "org.jetbrains.kotlin.android" version "$kotlin_version" apply false
id "com.google.devtools.ksp" version '1.9.10-1.0.13' apply false