From: Soren Stoutner Date: Thu, 24 May 2018 20:54:08 +0000 (-0700) Subject: Release 2.10. X-Git-Tag: v2.10 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserROMIntegration.git;a=commitdiff_plain;h=53aacd03f31fbea1f9079b980adf6a5d4462df5d;ds=sidebyside Release 2.10. --- diff --git a/Android.mk b/Android.mk index 103ad3e..31644a5 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.9.apk +LOCAL_SRC_FILES := PrivacyBrowser2.10.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 9ba493c..950aa97 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +v2.10 +• Update to Privacy Browser 2.10. + v2.9 • Update to Privacy Browser 2.9. diff --git a/PrivacyBrowser2.10.apk b/PrivacyBrowser2.10.apk new file mode 100644 index 0000000..de0b947 Binary files /dev/null and b/PrivacyBrowser2.10.apk differ diff --git a/PrivacyBrowser2.9.apk b/PrivacyBrowser2.9.apk deleted file mode 100644 index 7b85e2a..0000000 Binary files a/PrivacyBrowser2.9.apk and /dev/null differ