From 5455a960e3536dcb8076472e90fe79a6918bf080 Mon Sep 17 00:00:00 2001 From: Jan Henke Date: Tue, 7 Jan 2025 22:53:32 +0100 Subject: [PATCH] Gradle & plugin updates --- .gitignore | 2 ++ build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 56cc642..8a33ade 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,5 @@ lint/generated/ lint/outputs/ lint/tmp/ # lint/reports/ + +.idea/ diff --git a/build.gradle b/build.gradle index a75d48c..d9c5114 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.6.1' + classpath 'com.android.tools.build:gradle:8.7.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 110a014..1d3bcf9 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Sun Aug 29 16:02:02 CEST 2021 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME