]> gitweb.stoutner.com Git - PrivacyBrowserROMIntegration.git/blobdiff - Android.mk
Release 2.4.
[PrivacyBrowserROMIntegration.git] / Android.mk
index ce83cc3a66fd740cdccdbdde3edc954e4d16b2b1..b0e703f402a6daf275415b0553aea9388ea05d3d 100644 (file)
@@ -1,4 +1,4 @@
-# Privacy Browser copyright © 2015-2017 Soren Stoutner <soren@stoutner.com>.
+# Privacy Browser copyright © 2017 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
@@ -29,7 +29,7 @@ include $(CLEAR_VARS)
 LOCAL_MODULE := privacy-browser
 
 # The name of the source APK.
-LOCAL_SRC_FILES := PrivacyBrowser2.3.apk
+LOCAL_SRC_FILES := PrivacyBrowser2.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
@@ -40,7 +40,7 @@ LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
 # Keep the current package signature, which will allow users to upgrade Privacy Browser with packages signed by Stoutner.
 LOCAL_CERTIFICATE := PRESIGNED
 
-# Replace system references to `Browser` and `Browser2` with Privacy Browser.
+# Replace the `Browser` and `Browser2` packages with Privacy Browser.
 LOCAL_OVERRIDES_PACKAGES := Browser Browser2
 
 # Indicate that this is an optional build (as opposed to `users`, `eng`, or `tests`).