barterli / barterli_android

android app for barter.li
Apache License 2.0
40 stars 25 forks source link

barter.li Android App

git clone git@github.com:barterli/barterli_android.git
<resources>
    <!-- Facebook app Id -->
    <string name="facebook_app_id">FACEBOOK_APP_ID</string>

    <!-- Google API Keys -->
    <string name="ga_tracking_id">GOOGLE_ANALYTICS_TRACKING_ID</string>
    <string name="google_maps_v2_api_key">GOOGLE_MAPS_API_KEY</string>

    <!--Foursquare API Keys -->
    <string name="foursquare_client_id">FOURSQUARE_CLIENT_ID</string>
    <string name="foursquare_client_secret">FOURSQUARE_CLIENT_SECRET</string>

    <!--Crashlytics id -->
    <string name="crashlytics_id">CRASHLYTICS_ID</string>

</resources>

ATTRIBUTIONS

LICENSE

Copyright (C) 2014 barter.li

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.