Back to project page android.
The source code is released under:
Copyright (c) 2013 ApiBootstraper Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Sof...
If you think the Android project android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.apibootstraper.mobile.util; //from w w w . j a v a2 s . com public class AppConfig { public static final String HTTP_API_BASE_URL = "http://nameless-forest-4117.herokuapp.com/"; public static final String HTTP_API_VERSION = "1.0.0"; public static final String HTTP_API_APP_ID = "uaYFUYNR3Vf0xmDo"; public static final String HTTP_API_APP_KEY = "gKdNb8sf7sv3pNtzjq3oI8AzuemR9ind"; }