From ab3d1f753bcdd3db0e6d2fd0b6b4735a7ef4982c Mon Sep 17 00:00:00 2001 From: mueller-ma Date: Sun, 27 Oct 2024 14:51:30 +0100 Subject: [PATCH] Update Gradle --- .gitignore | 2 ++ .idea/kotlinc.xml | 2 +- build.gradle | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 39c804cb..e64080d7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,10 +4,12 @@ /.idea/assetWizardSettings.xml /.idea/caches /.idea/deploymentTargetDropDown.xml +/.idea/deploymentTargetSelector.xml /.idea/libraries /.idea/misc.xml /.idea/modules.xml /.idea/navEditor.xml +/.idea/other.xml /.idea/workspace.xml .DS_Store /build diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index fe63bb67..4cb74572 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/build.gradle b/build.gradle index 21de4106..63d47f7c 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:8.5.0' + classpath 'com.android.tools.build:gradle:8.5.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:$about_libraries_version"