From 17a1a66f36e4959827723a2d4842277f9cc901b9 Mon Sep 17 00:00:00 2001 From: Aman Sharma Date: Thu, 3 Sep 2020 21:19:27 +0530 Subject: [PATCH 1/2] Small addition of GUI tools to create APK Fixes #156 with a small note that refers to PWA Builder --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4741036c..46fa0b64 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ projects for Android Applications that launch Progressive Web App (PWA) using - To get started with building an application using Bubblewrap, check the [Trusted Web Activity Quick Start Guide][1] or the [bubblewrap/cli](./packages/cli) documentation. +## Getting started with GUI tools +- If you are just getting started with APK generation from PWA, You might want to check [PWABuilder](https://www.pwabuilder.com/). +This tool is powered by Bubblewrap and uses the same underlying core. + ## Bubblewrap Components - **[bubblewrap/core](./packages/core):** a javascript library for generating, building and From 2326f174d2c2b73cca75165a87c649154346dc13 Mon Sep 17 00:00:00 2001 From: Aman Sharma Date: Tue, 8 Sep 2020 16:09:53 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 46fa0b64..17b0ee99 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,6 @@ projects for Android Applications that launch Progressive Web App (PWA) using - To get started with building an application using Bubblewrap, check the [Trusted Web Activity Quick Start Guide][1] or the [bubblewrap/cli](./packages/cli) documentation. -## Getting started with GUI tools -- If you are just getting started with APK generation from PWA, You might want to check [PWABuilder](https://www.pwabuilder.com/). -This tool is powered by Bubblewrap and uses the same underlying core. - ## Bubblewrap Components - **[bubblewrap/core](./packages/core):** a javascript library for generating, building and @@ -51,6 +47,10 @@ on the conversation: the meeting via [this link][3]. - Join the conversation on the [#bubblewrap][4] channel on the [chromiumdev slack][6]. If not already a member, request an invite via [this link][2]. + +## Getting started with GUI tools +- If you are just getting started with APK generation from PWA, You might want to check [PWABuilder](https://www.pwabuilder.com/). +This tool is powered by Bubblewrap and uses the same underlying core. ## Contributing