From b2dad11ec81d5fd6461706208ce487ddbdb00712 Mon Sep 17 00:00:00 2001 From: Aviral Jain Date: Fri, 11 Oct 2024 18:12:38 +0530 Subject: [PATCH] add spotify template --- templates.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates.json b/templates.json index 0e07907..4e27531 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": "Spotify SDK", + "logo": "https://developer.spotify.com/images/guidelines/design/icon3.svg", + "description": "The Spotify Android SDK allows your application to interact with the Spotify app service.", + "template_url": "https://console.dashwave.io/template/115/launch", + "tech_stack": "GRADLE", + "repo_url": "https://github.com/spotify/android-sdk" } ] }