From 996ad45077cdbc20966d6452db95dd6c905beab0 Mon Sep 17 00:00:00 2001 From: Ryan Archer Date: Tue, 11 Apr 2017 03:26:20 -0400 Subject: [PATCH] Add support for Google app indexing. Lint raises a warning when indexing support is absent. In addition, some sources indicate that Google gives compliant apps better search rankings. This will resolve #1. --- app/AndroidManifest.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml index f08b43b..f701b11 100644 --- a/app/AndroidManifest.xml +++ b/app/AndroidManifest.xml @@ -11,6 +11,14 @@ + + + + + + + +