From afb66eb45ca9f1101206ade80dff405c2c7c677f Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 16 Nov 2019 14:21:32 -0800 Subject: [PATCH] docs(android): dependencies for play store --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 10da7cc..a7a2b86 100644 --- a/README.md +++ b/README.md @@ -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