From: Soren Stoutner Date: Tue, 10 Jul 2018 16:58:04 +0000 (-0700) Subject: Release 2.11. X-Git-Tag: v2.11 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserROMIntegration.git;a=commitdiff_plain;h=refs%2Ftags%2Fv2.11 Release 2.11. --- diff --git a/Android.mk b/Android.mk index 31644a5..bda6a0e 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.10.apk +LOCAL_SRC_FILES := PrivacyBrowser2.11.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 950aa97..4bbaad7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +v2.11 +• Update to Privacy Browser 2.11. + v2.10 • Update to Privacy Browser 2.10. diff --git a/PrivacyBrowser2.10.apk b/PrivacyBrowser2.10.apk deleted file mode 100644 index de0b947..0000000 Binary files a/PrivacyBrowser2.10.apk and /dev/null differ diff --git a/PrivacyBrowser2.11.apk b/PrivacyBrowser2.11.apk new file mode 100644 index 0000000..839a158 Binary files /dev/null and b/PrivacyBrowser2.11.apk differ