Skip to content

Instantly share code, notes, and snippets.

@corinnekrych
Created August 14, 2013 13:17
Show Gist options
  • Select an option

  • Save corinnekrych/6230933 to your computer and use it in GitHub Desktop.

Select an option

Save corinnekrych/6230933 to your computer and use it in GitHub Desktop.
public class AeroDocApplication extends Application {
private static final String TAG = AeroDocApplication.class.getSimpleName();
private static final String BASE_BACKEND_URL = "http://10.0.2.2:8080/aerodoc";
private static final String UNIFIED_PUSH_URL = "http://10.0.2.2:8080/ag-push/";
private static final String GCM_SENDER_ID = "206498020738";
private static final String VARIANT_ID = "2c8df123-c0b0-4449-8946-8008d7050964";
private static final String SECRET = "25bbf3cc-c923-422e-9157-fc7e0a54f883";
.....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment