]> gitweb.stoutner.com Git - PrivacyBrowserROMIntegration.git/commitdiff
Release 3.3. v3.3
authorSoren Stoutner <soren@stoutner.com>
Fri, 3 Jan 2020 23:34:30 +0000 (16:34 -0700)
committerSoren Stoutner <soren@stoutner.com>
Fri, 3 Jan 2020 23:34:30 +0000 (16:34 -0700)
Android.mk
CHANGELOG
PrivacyBrowser3.2.apk [deleted file]
PrivacyBrowser3.3.apk [new file with mode: 0644]
README

index 80c6efd4e3f7fc620eab220363398d256d82fbfc..117592cd6ec5c46d7c1b580b488e5f44b34ef002 100644 (file)
@@ -1,4 +1,4 @@
-# Privacy Browser copyright © 2015-2019 Soren Stoutner <soren@stoutner.com>.
+# Privacy Browser copyright © 2015-2020 Soren Stoutner <soren@stoutner.com>.
 #
 # 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
 #
 # 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_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
 
 # Integrate Privacy Browser as a low privilege app under `/system/app` instead of high privilege app under `/system/priv-app`.
 LOCAL_MODULE_CLASS := APPS
index f68d36fed0c10f2041cf48b4f2760ca12d0af98c..e7ae7ec46c7ffcda4734c21df4fa4c1322f634b6 100644 (file)
--- 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.
 
 V3.2
 • Update to Privacy Browser 3.2.
 
diff --git a/PrivacyBrowser3.2.apk b/PrivacyBrowser3.2.apk
deleted file mode 100644 (file)
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 (file)
index 0000000..d730194
Binary files /dev/null and b/PrivacyBrowser3.3.apk differ
diff --git a/README b/README
index 384168c7036cdca20f46f0ec744c509db739c6e9..96e77e830f8a1384705415cd12fde4f86291daa4 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Privacy Browser copyright © 2015-2019 Soren Stoutner <soren@stoutner.com>.
+Privacy Browser copyright © 2015-2020 Soren Stoutner <soren@stoutner.com>.
 
 https://www.stoutner.com/privacy-browser/
 
 
 https://www.stoutner.com/privacy-browser/