package com.geecko.QuickLyric; /** * This file is part of QuickLyric * Copyright © 2017 QuickLyric SPRL * * QuickLyric is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * QuickLyric is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * You should have received a copy of the GNU General Public License * along with QuickLyric. If not, see <http://www.gnu.org/licenses/>. */ public class Keys { public static final String GENIUS = "5eDKEfmGtQulq_eFxVB2v-bhf_hIgb9fT14IY_LYUsgHx9KjN_H6Tid7yO6jc_Xa"; // Put your Spotify Key here public static final String SPOTIFY_PUBLIC = "0abc29261dc74426b72c3c44bde9a4d5"; // Put your Spotify Secret here public static String SPOTIFY_SECRET = ""; }