-# Privacy Browser copyright © 2015-2020 Soren Stoutner <soren@stoutner.com>.
+# Privacy Browser copyright © 2015-2021 Soren Stoutner <soren@stoutner.com>.
#
# Privacy Browser is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
+v3.6.1-1
+• Update the README with the new Git clone information.
+• Update the copyright date to be 2015-2021 in README and Android.mk.
+
v3.6.1
• Update to Privacy Browser 3.6.1.
-Privacy Browser copyright © 2015-2020 Soren Stoutner <soren@stoutner.com>.
+Privacy Browser copyright © 2015-2021 Soren Stoutner <soren@stoutner.com>.
https://www.stoutner.com/privacy-browser/
http://www.gnu.org/licenses/gpl-3.0.html
-The source code is available from git.stoutner.com.
+The source code is available from gitweb.stoutner.com. The repository can be cloned using the following command:
+
+git clone https://git.stoutner.com/PrivacyBrowserROMIntegration.git
The purpose of this repo is to make it easy to integrate Privacy Browser into ROMs. It is updated with each release of Privacy Browser.
To integrate Privacy Browser into a ROM build, add the following lines to the build manifest:
-<remote name="stoutner" fetch="git://git.stoutner.com" />
-<project path="external/stoutner/privacy-browser" remote="stoutner" name="git/PrivacyBrowserROMIntegration.git" revision="master" />
+<remote name="stoutner" fetch="https://git.stoutner.com" />
+<project path="external/stoutner/privacy-browser" remote="stoutner" name="PrivacyBrowserROMIntegration.git" revision="master" />
The sample Android.mk file replaces the `Browser` or `Browser2` package from AOSP.
If you have removed them from your build manifest, you need to add the following statement to your device configuration: