build: update deps

agp -> 8.5.0
material -> 1.13.0-alpha04
This commit is contained in:
Alexander Capehart 2024-07-20 18:45:19 -06:00
parent 609a5f18bf
commit fcae1ebee9
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
2 changed files with 2 additions and 2 deletions

View file

@ -141,7 +141,7 @@ dependencies {
// Material // Material
// TODO: Exactly figure out the conditions that the 1.7.0 ripple bug occurred so you can just // TODO: Exactly figure out the conditions that the 1.7.0 ripple bug occurred so you can just
// PR a fix. // PR a fix.
implementation "com.google.android.material:material:1.13.0-alpha03" implementation "com.google.android.material:material:1.13.0-alpha04"
// Dependency Injection // Dependency Injection
implementation "com.google.dagger:dagger:$hilt_version" implementation "com.google.dagger:dagger:$hilt_version"

View file

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