From d433863e21e505e2a7567363b9d6957b159f3cf8 Mon Sep 17 00:00:00 2001 From: Barnabas Balogh Date: Fri, 27 Mar 2026 17:26:26 +0100 Subject: [PATCH] Update Gradle properties and library versions --- gradle.properties | 4 +++- gradle/libs.versions.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 20e2a01..612da4a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,4 +20,6 @@ kotlin.code.style=official # Enables namespacing of each library's R class so that its R class includes only the # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true \ No newline at end of file +android.nonTransitiveRClass=true +org.gradle.daemon=true +org.gradle.daemon.idletimeout=1000 \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 13b12b0..1338d60 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.9.1" +agp = "8.13.2" coreKtx = "1.15.0" junit = "4.13.2" junitVersion = "1.2.1"