Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 165 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 165 Bytes

SearchGlass

Create a File Secrets.java in the root of the app with the following content

public class Secrets { public static final String API_KEY = "";

}