From: Soren Stoutner Date: Fri, 2 Mar 2018 05:21:04 +0000 (-0700) Subject: Release 2.8.1. X-Git-Tag: v2.8.1 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserROMIntegration.git;a=commitdiff_plain;h=75e6b5519c0b3c7b6f3d7aa029d7904bb4435986;ds=sidebyside Release 2.8.1. --- diff --git a/Android.mk b/Android.mk index 327d88b..4431adc 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.8.apk +LOCAL_SRC_FILES := PrivacyBrowser2.8.1.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 a1c30d5..f1bccf9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +v2.8.1 +• Update to Privacy Browser 2.8.1. + v2.8 • Update to Privacy Browser 2.8. • Update the copyright date to be 2015-2018 in README and Android.mk. diff --git a/PrivacyBrowser2.8.1.apk b/PrivacyBrowser2.8.1.apk new file mode 100644 index 0000000..07be23a Binary files /dev/null and b/PrivacyBrowser2.8.1.apk differ diff --git a/PrivacyBrowser2.8.apk b/PrivacyBrowser2.8.apk deleted file mode 100644 index e88f8d1..0000000 Binary files a/PrivacyBrowser2.8.apk and /dev/null differ