From 247050c9b5cd2f2cc1096406956d079780e43fe6 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Tue, 31 Oct 2023 16:55:54 -0400 Subject: [PATCH] Upgrade gradle to 8.1.2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6d572fa..f9222d8 100644 --- a/build.gradle +++ b/build.gradle @@ -5,9 +5,9 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.1.0' + classpath 'com.android.tools.build:gradle:8.1.2' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21' - classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.0" + classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.4" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files