package com.distantfuture.videos.misc;
/**
* Created by sgehrman on 7/23/14.
*/
public class Constants {
// Get your own key if you are using this code for your own apps
// Register an API key here: https://code.google.com/apis/console
public static final String youTubeClientAPIKey = "AIzaSyD0gRStgO5O0hBRp4UeAxtsLFFw9bMinOI";
// if your app is on google play, use this
// public static final String otherAppsURL = "market://search?q=pub:Distant Future";
// if not on google play, fill in your url to point to your apps
public static final String otherAppsURL = "http://distantfutu.re/page/portfolio.html";
// set to true to enable AppRater for ratings on Google Play
public static final boolean showAppRater=false;
public static final String feedbackEmailAddress = "steve@distantfutu.re";
}