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