From cf69552f85db0a335203640360296ec8d0ec0126 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Thu, 4 Sep 2025 15:50:37 +0800 Subject: [PATCH] Bump to latest stable AGP and dependencies Signed-off-by: Aayush Gupta --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e98fd4271..b075ce021 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ [versions] activity = "1.10.1" agCoreservice = "13.3.1.300" -androidGradlePlugin = "8.12.2" +androidGradlePlugin = "8.13.0" adaptive = "1.2.0-beta01" androidx-hilt = "1.2.0" androidx-junit = "1.3.0" @@ -30,7 +30,7 @@ leakcanary = "2.14" libsu = "6.0.0" lifecycle = "2.9.3" lifecycle-navigation3 = "1.0.0-alpha04" -material = "1.12.0" +material = "1.13.0" navigation = "2.9.3" navigation3 = "1.0.0-alpha07" okhttp = "5.1.0"