From: Soren Stoutner Date: Sat, 28 Mar 2020 20:58:04 +0000 (-0700) Subject: Release 3.4. X-Git-Tag: v3.4 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserROMIntegration.git;a=commitdiff_plain;h=169ef69d2b3118643a6dcfeceebefe1f49e01213;hp=3c8c0652615db570fa438d8d873421ef0d9bf998;ds=sidebyside Release 3.4. --- diff --git a/Android.mk b/Android.mk index 117592c..358d888 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 := PrivacyBrowser3.3.apk +LOCAL_SRC_FILES := PrivacyBrowser3.4.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 e7ae7ec..8c0c05c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +V3.4 +• Update to Privacy Browser 3.4. + V3.3 • Update to Privacy Browser 3.3. • Update the copyright date to be 2015-2020 in README and Android.mk. diff --git a/PrivacyBrowser3.3.apk b/PrivacyBrowser3.3.apk deleted file mode 100644 index d730194..0000000 Binary files a/PrivacyBrowser3.3.apk and /dev/null differ diff --git a/PrivacyBrowser3.4.apk b/PrivacyBrowser3.4.apk new file mode 100644 index 0000000..97b1355 Binary files /dev/null and b/PrivacyBrowser3.4.apk differ