build: update deps
agp -> 8.5.0 material -> 1.13.0-alpha04
This commit is contained in:
parent
609a5f18bf
commit
fcae1ebee9
2 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ dependencies {
|
|||
// Material
|
||||
// TODO: Exactly figure out the conditions that the 1.7.0 ripple bug occurred so you can just
|
||||
// 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
|
||||
implementation "com.google.dagger:dagger:$hilt_version"
|
||||
|
|
|
@ -12,7 +12,7 @@ buildscript {
|
|||
}
|
||||
|
||||
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 "org.jetbrains.kotlin.android" version "$kotlin_version" apply false
|
||||
id "com.google.devtools.ksp" version '1.9.23-1.0.20' apply false
|
||||
|
|
Loading…
Reference in a new issue