From: Soren Stoutner Date: Tue, 7 Nov 2017 10:53:55 +0000 (-0700) Subject: Release 2.7 X-Git-Tag: v2.7 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserROMIntegration.git;a=commitdiff_plain;h=2c5baf36ceef18cfdb68ac5a04e1a86a259c8c6b;hp=b741d78373b25dc58cbefbc29092f61f2357a0d1;ds=sidebyside Release 2.7 --- diff --git a/Android.mk b/Android.mk index 527cc77..a38b26f 100644 --- a/Android.mk +++ b/Android.mk @@ -29,7 +29,7 @@ include $(CLEAR_VARS) LOCAL_MODULE := privacy-browser # The name of the source APK. -LOCAL_SRC_FILES := PrivacyBrowser2.6.apk +LOCAL_SRC_FILES := PrivacyBrowser2.7.apk # Integrate Privacy Browser as a low privilege app under `/system/app` instead of high privilege app under `/system/priv-app`. LOCAL_MODULE_CLASS := APPS diff --git a/CHANGELOG b/CHANGELOG index b8ca8d8..e74de3b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v2.7 +• Update to Privacy Browser 2.7. +• Fix the link to the license in README. + v2.6 • Update to Privacy Browser 2.6. diff --git a/PrivacyBrowser2.6.apk b/PrivacyBrowser2.6.apk deleted file mode 100644 index 33bf91c..0000000 Binary files a/PrivacyBrowser2.6.apk and /dev/null differ diff --git a/PrivacyBrowser2.7.apk b/PrivacyBrowser2.7.apk new file mode 100644 index 0000000..f079cb3 Binary files /dev/null and b/PrivacyBrowser2.7.apk differ diff --git a/README b/README index 093df19..66d20a1 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ https://www.stoutner.com/privacy-browser/ Privacy Browser is released under the GPLv3+ license. -http://www.gnu.org/licenses/lgpl-3.0.html +http://www.gnu.org/licenses/gpl-3.0.html The source code is available from git.stoutner.com.