From 434acd1f402cc1cb97cb377a7fc12a7d923ca39a Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Thu, 2 Jun 2016 16:37:12 -0700 Subject: [PATCH] Fixing links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c8136a..b4b831c 100644 --- a/README.md +++ b/README.md @@ -1001,7 +1001,7 @@ To set this up, perform the following steps: 1. Open your app's `build.gradle` file (e.g. `android/app/build.gradle`) -2. Find the `android { buildTypes }` section and define [`buildConfigField`](http://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.BuildType.html#com.android.build.gradle.internal.dsl.BuildType:buildConfigField(java.lang.String,%20java.lang.String,%20java.lang.String) entries for both your `debug` and `release` build types, which reference your `Staging` and `Production` deployment keys respectively. +2. Find the `android { buildTypes }` section and define `buildConfigField` entries for both your `debug` and `release` build types, which reference your `Staging` and `Production` deployment keys respectively. ```groovy android {