From: Soren Stoutner Date: Wed, 22 Nov 2017 10:11:40 +0000 (-0700) Subject: Release 2.7.2. X-Git-Tag: v2.7.2 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserROMIntegration.git;a=commitdiff_plain;h=2cee3ac7ea77daf8dbad7a07c100efaa01dff827 Release 2.7.2. --- diff --git a/Android.mk b/Android.mk index 892c186..4a24327 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.7.1.apk +LOCAL_SRC_FILES := PrivacyBrowser2.7.2.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 82b5ceb..645e223 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +v2.7.2 +• Update to Privacy Browser 2.7.2. + v2.7.1 • Update to Privacy Browser 2.7.1. diff --git a/PrivacyBrowser2.7.1.apk b/PrivacyBrowser2.7.1.apk deleted file mode 100644 index 3e80669..0000000 Binary files a/PrivacyBrowser2.7.1.apk and /dev/null differ diff --git a/PrivacyBrowser2.7.2.apk b/PrivacyBrowser2.7.2.apk new file mode 100644 index 0000000..083638c Binary files /dev/null and b/PrivacyBrowser2.7.2.apk differ