Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 434acd1

Browse files
committed
Fixing links
1 parent 913cc49 commit 434acd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ To set this up, perform the following steps:
10011001
10021002
1. Open your app's `build.gradle` file (e.g. `android/app/build.gradle`)
10031003
1004-
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.
1004+
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.
10051005
10061006
```groovy
10071007
android {

0 commit comments

Comments
 (0)