Skip to content

Commit

Permalink
docs(android): dependencies for play store
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejpeters committed Nov 16, 2019
1 parent 9aac6b3 commit afb66eb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -48,6 +48,15 @@ Follow the Branch docs to:

1. [Configure Branch](https://docs.branch.io/apps/android/#configure-branch)

If your app is in the Google Play Store, update `build.grade` with the necessary dependencies:

```diff
dependencies {
+ implementation 'com.google.android.gms:play-services-appindexing:9.+' // App indexing
+ implementation 'com.google.android.gms:play-services-ads:9+' // GAID matching
}
```

Update `src/main/res/values/strings.xml` with your configuration:

```diff
Expand Down

0 comments on commit afb66eb

Please sign in to comment.