From: Soren Stoutner Date: Mon, 18 Sep 2017 17:18:13 +0000 (-0700) Subject: Release 2.6. X-Git-Tag: v2.6 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserROMIntegration.git;a=commitdiff_plain;h=b741d78373b25dc58cbefbc29092f61f2357a0d1 Release 2.6. --- diff --git a/Android.mk b/Android.mk index 9a08700..527cc77 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.5.apk +LOCAL_SRC_FILES := PrivacyBrowser2.6.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 a7e5e45..b8ca8d8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +v2.6 +• Update to Privacy Browser 2.6. + v2.5 • Update to Privacy Browser 2.5. diff --git a/PrivacyBrowser2.5.apk b/PrivacyBrowser2.5.apk deleted file mode 100644 index 723aed7..0000000 Binary files a/PrivacyBrowser2.5.apk and /dev/null differ diff --git a/PrivacyBrowser2.6.apk b/PrivacyBrowser2.6.apk new file mode 100644 index 0000000..33bf91c Binary files /dev/null and b/PrivacyBrowser2.6.apk differ