android: Update various deps

This commit is contained in:
briar 2025-03-31 02:45:15 +02:00 committed by Briar
parent 5c78c69409
commit 2b2ddb581d
3 changed files with 10 additions and 9 deletions

View file

@ -3,8 +3,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.1.2" apply false
id("com.android.library") version "8.1.2" apply false
id("com.android.application") version "8.9.1" apply false
id("com.android.library") version "8.1.4" apply false
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
}
@ -13,10 +13,11 @@ tasks.register("clean").configure {
}
buildscript {
val agp_version by extra("8.9.1")
repositories {
google()
}
dependencies {
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.6.0")
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.8.9")
}
}