From 0d8147d82a5479ee506c566583f8fdc0cd28bf11 Mon Sep 17 00:00:00 2001 From: Aviral Jain Date: Fri, 11 Oct 2024 14:48:17 +0530 Subject: [PATCH] add picaso template --- templates.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates.json b/templates.json index 0e07907..d6245c4 100644 --- a/templates.json +++ b/templates.json @@ -71,6 +71,14 @@ "template_url": "https://console.dashwave.io/template/19/launch", "tech_stack": "GRADLE", "repo_url":"https://github.com/skydoves/landscapist" + }, + { + "name": "Picasso", + "logo": "https://github.com/square/picasso/blob/master/website/static/sample.png?raw=true", + "description": "A powerful image downloading and caching library for Android", + "template_url": "https://console.dashwave.io/template/112/launch", + "tech_stack": "GRADLE", + "repo_url": "https://github.com/square/picasso" } ] }