]> gitweb.stoutner.com Git - PrivacyBrowserROMIntegration.git/commitdiff
Release 2.7 v2.7
authorSoren Stoutner <soren@stoutner.com>
Tue, 7 Nov 2017 10:53:55 +0000 (03:53 -0700)
committerSoren Stoutner <soren@stoutner.com>
Tue, 7 Nov 2017 10:53:55 +0000 (03:53 -0700)
Android.mk
CHANGELOG
PrivacyBrowser2.6.apk [deleted file]
PrivacyBrowser2.7.apk [new file with mode: 0644]
README

index 527cc7775cc9ca42ee1adb85736c54e3002c60b5..a38b26f986a3f230311fdadfc4141f06db536074 100644 (file)
@@ -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 := PrivacyBrowser2.6.apk
+LOCAL_SRC_FILES := PrivacyBrowser2.7.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 b8ca8d8a41e4f136bdb6661f95b47b715e2fe9d5..e74de3b8ffeef664b6274e513927684b674813b6 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+v2.7
+• Update to Privacy Browser 2.7.
+• Fix the link to the license in README.
+
 v2.6
 • Update to Privacy Browser 2.6.
 
 v2.6
 • Update to Privacy Browser 2.6.
 
diff --git a/PrivacyBrowser2.6.apk b/PrivacyBrowser2.6.apk
deleted file mode 100644 (file)
index 33bf91c..0000000
Binary files a/PrivacyBrowser2.6.apk and /dev/null differ
diff --git a/PrivacyBrowser2.7.apk b/PrivacyBrowser2.7.apk
new file mode 100644 (file)
index 0000000..f079cb3
Binary files /dev/null and b/PrivacyBrowser2.7.apk differ
diff --git a/README b/README
index 093df197df9baeb5a4ecb794a4594a41ca82ebb1..66d20a118f65a2f986a26e58f4f1070b3f026520 100644 (file)
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ https://www.stoutner.com/privacy-browser/
 
 Privacy Browser is released under the GPLv3+ license.
 
 
 Privacy Browser is released under the GPLv3+ license.
 
-http://www.gnu.org/licenses/lgpl-3.0.html
+http://www.gnu.org/licenses/gpl-3.0.html
 
 The source code is available from git.stoutner.com.
 
 
 The source code is available from git.stoutner.com.