From: Soren Stoutner Date: Fri, 28 Dec 2018 05:54:22 +0000 (-0700) Subject: Release v2.15.1. X-Git-Tag: v2.15.1 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserROMIntegration.git;a=commitdiff_plain;h=4432ad1e9907d17aff416d1ecd8c02cae0ba442f;ds=inline Release v2.15.1. --- diff --git a/Android.mk b/Android.mk index 3013e3a..42e7f5f 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.15.apk +LOCAL_SRC_FILES := PrivacyBrowser2.15.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 c7dd031..8933227 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,9 @@ +v2.15.1 +• Update to Privacy Browser 2.15.1. + v2.15 • Update to Privacy Browser 2.15. - v2.14 • Update to Privacy Browser 2.14. diff --git a/PrivacyBrowser2.15.1.apk b/PrivacyBrowser2.15.1.apk new file mode 100644 index 0000000..86dc62e Binary files /dev/null and b/PrivacyBrowser2.15.1.apk differ diff --git a/PrivacyBrowser2.15.apk b/PrivacyBrowser2.15.apk deleted file mode 100644 index b76fde4..0000000 Binary files a/PrivacyBrowser2.15.apk and /dev/null differ