From: Soren Stoutner Date: Fri, 3 Jan 2020 23:34:30 +0000 (-0700) Subject: Release 3.3. X-Git-Tag: v3.3 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserROMIntegration.git;a=commitdiff_plain;h=refs%2Ftags%2Fv3.3 Release 3.3. --- diff --git a/Android.mk b/Android.mk index 80c6efd..117592c 100644 --- a/Android.mk +++ b/Android.mk @@ -1,4 +1,4 @@ -# Privacy Browser copyright © 2015-2019 Soren Stoutner . +# Privacy Browser copyright © 2015-2020 Soren Stoutner . # # Privacy Browser is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ include $(CLEAR_VARS) LOCAL_MODULE := privacy-browser # The name of the source APK. -LOCAL_SRC_FILES := PrivacyBrowser3.2.apk +LOCAL_SRC_FILES := PrivacyBrowser3.3.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 f68d36f..e7ae7ec 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +V3.3 +• Update to Privacy Browser 3.3. +• Update the copyright date to be 2015-2020 in README and Android.mk. + V3.2 • Update to Privacy Browser 3.2. diff --git a/PrivacyBrowser3.2.apk b/PrivacyBrowser3.2.apk deleted file mode 100644 index 8dec3c7..0000000 Binary files a/PrivacyBrowser3.2.apk and /dev/null differ diff --git a/PrivacyBrowser3.3.apk b/PrivacyBrowser3.3.apk new file mode 100644 index 0000000..d730194 Binary files /dev/null and b/PrivacyBrowser3.3.apk differ diff --git a/README b/README index 384168c..96e77e8 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Privacy Browser copyright © 2015-2019 Soren Stoutner . +Privacy Browser copyright © 2015-2020 Soren Stoutner . https://www.stoutner.com/privacy-browser/