From 5c19f015bb77e71e5b3fc18e7e912a3a910511ad Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 31 Mar 2024 22:39:41 +0530 Subject: [PATCH] social glazing --- .../index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/posts/improving-dependency-sync-speeds-for-your-gradle-project/index.md b/content/posts/improving-dependency-sync-speeds-for-your-gradle-project/index.md index c03ef42..6010cea 100644 --- a/content/posts/improving-dependency-sync-speeds-for-your-gradle-project/index.md +++ b/content/posts/improving-dependency-sync-speeds-for-your-gradle-project/index.md @@ -4,6 +4,7 @@ date: 2024-03-30T21:43:07.031Z summary: Waiting for Gradle to download dependencies before your IDE becomes usable is a constant pain for developers. Here are some tips to speed up that process. +socialImage: "uploads/gradle-social.webp" --- Android developers are intimately familiar with the ritual of staring at your IDE for tens of minutes while Gradle imports a new project before they can start working on it. While not fully avoidable, there are many ways to improve the situation. For small to medium projects, the time spent on this import phase can be largely dominated by dependency downloads.