X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserROMIntegration.git;a=blobdiff_plain;f=Android.mk;h=9e6e2687764af1dcd120c8338b9e58c5c88d5695;hp=42e7f5f223d2e330fd5ef1bdf2b70bea1a0f292f;hb=063314922625d1e1a89cda4e8dddd41276ad4cb5;hpb=4432ad1e9907d17aff416d1ecd8c02cae0ba442f diff --git a/Android.mk b/Android.mk index 42e7f5f..9e6e268 100644 --- a/Android.mk +++ b/Android.mk @@ -1,4 +1,4 @@ -# Privacy Browser copyright © 2015-2018 Soren Stoutner . +# Privacy Browser copyright © 2015-2019 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 := PrivacyBrowser2.15.1.apk +LOCAL_SRC_FILES := PrivacyBrowser2.16.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