Created
August 14, 2013 13:17
-
-
Save corinnekrych/6230933 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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