From 498faa3fcc8333f2604012a45d86005d160a8ce7 Mon Sep 17 00:00:00 2001 From: insoutt Date: Thu, 10 Jan 2019 01:18:54 -0500 Subject: [PATCH] Update README.md `play_store_key` must be in `src/manifest.json` because the file `www/manifest.json` is overwritten at build time --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 201da8a..fe49789 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ No configuration is necessary. ### Android -You must create a ```manifest.json``` in your project's ```www``` folder with your Android Billing Key: +You must create a ```manifest.json``` in your project's ```src``` folder with your Android Billing Key: { "play_store_key": "" }