Skip to content

Commit

Permalink
Adds default Config.java
Browse files Browse the repository at this point in the history
  • Loading branch information
hareshkh committed Jan 20, 2017
1 parent 73b3937 commit 3fcc6b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/java/com/sdsmdg/harjot/MusicDNA/Config.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package com.sdsmdg.harjot.MusicDNA;

public class Config {
public static final String CLIENT_ID = "YOUR_SOUNDCLOUD_CLIENT_ID";
public static final String API_URL = "https://api.soundcloud.com";
}

0 comments on commit 3fcc6b7

Please sign in to comment.