Update README.md

pull/820/head
Alex Baker 5 years ago committed by GitHub
parent b3eb3eee48
commit 4e95c6b5b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,15 +8,13 @@
[![Build Status](https://travis-ci.org/tasks/tasks.svg?branch=master)](https://travis-ci.org/tasks/tasks) [![codecov](https://codecov.io/gh/tasks/tasks/branch/master/graph/badge.svg)](https://codecov.io/gh/tasks/tasks)
---
Please visit [tasks.org](https://tasks.org) for end user documentation and support
---
#### To get started with development:
1. [Fork](https://help.github.com/articles/fork-a-repo/) and [clone](https://help.github.com/articles/cloning-a-repository/) the repository
* command line users: clone with `--recurse-submodules` or run `git submodule update --init` after cloning
* command line users: clone with `--recurse-submodules` or run `git submodule update --init` after cloning
2. Install and launch [Android Studio](https://developer.android.com/studio/index.html)
3. Select `File > Open`, select the Tasks directory, and accept prompts to install missing SDK components
@ -27,10 +25,10 @@ Please visit [tasks.org](https://tasks.org) for end user documentation and suppo
#### Set up Google APIs
1. Register at [cloud.google.com](https://cloud.google.com)
2. [Enable](https://cloud.google.com/apis/docs/enable-disable-apis#enable_an_api) the following APIs
* [Google Tasks API](https://console.cloud.google.com/apis/library/tasks.googleapis.com)
* [Google Maps SDK](https://console.cloud.google.com/apis/library/maps-android-backend.googleapis.com)
* [Google Places API](https://console.cloud.google.com/apis/library/places-backend.googleapis.com)
* [Google Drive API](https://console.cloud.google.com/apis/library/drive.googleapis.com)
* [Google Tasks API](https://console.cloud.google.com/apis/library/tasks.googleapis.com)
* [Google Maps SDK](https://console.cloud.google.com/apis/library/maps-android-backend.googleapis.com)
* [Google Places API](https://console.cloud.google.com/apis/library/places-backend.googleapis.com)
* [Google Drive API](https://console.cloud.google.com/apis/library/drive.googleapis.com)
3. [Set up an API key](https://cloud.google.com/video-intelligence/docs/common/auth#set_up_an_api_key)
4. Add `tasks_google_key_debug="<your_api_key>"` to your [`gradle.properties`](https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties) file
5. Select `Build > Select Build Variant` and choose the `googleplay` variant

Loading…
Cancel
Save