From b854e23f257e6af323fb0ce2c5e61b2fbf4e8509 Mon Sep 17 00:00:00 2001 From: Ruben Barkow-Kuder Date: Sun, 14 Apr 2024 13:20:34 +0200 Subject: [PATCH] gradle:8.3.2 --- .idea/modules/app/Roboyard.app.iml | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/modules/app/Roboyard.app.iml b/.idea/modules/app/Roboyard.app.iml index c6e45d3..53af3c0 100644 --- a/.idea/modules/app/Roboyard.app.iml +++ b/.idea/modules/app/Roboyard.app.iml @@ -4,7 +4,7 @@ diff --git a/build.gradle b/build.gradle index 00fc063..0efae0a 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.3.1' + classpath 'com.android.tools.build:gradle:8.3.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files