From 4e95c6b5b5a0e018a78cfcec15bc3aa52eb54789 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Mon, 22 Apr 2019 17:17:32 -0500 Subject: [PATCH] Update README.md --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 12275ead1..5dc154eae 100644 --- a/README.md +++ b/README.md @@ -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=""` 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