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"