update gradle plugin
[noFUDroid.git] / README.md
1 noFUDroid
2 =========
3
4 > Fear, uncertainty, and doubt (often shortened to FUD) is a disinformation strategy used in sales, marketing, public relations, politics and propaganda. FUD is generally a strategy to influence perception by disseminating negative and dubious or false information and a manifestation of the appeal to fear.
5
6 -- [Wikipedia on Fear, uncertainty and doubt](https://en.wikipedia.org/wiki/Fear,_uncertainty_and_doubt)
7
8 This is a simple Xposed Module which gets rid of the annoying *Network may be monitored* warning 
9 triggered by adding a CA cert to the key store.
10 It is a fork of the original [NetworkMonitoredBlocker](https://github.com/Skarafaz/NetworkMonitoredBlocker), adding support for newer versions of Android.
11 Right now, Android KitKat (4.4), Lollipop (5) and Marshmallow (6) have been tested.
12 Contributions for other versions, and other forms of FUD, are welcome.
13
14
15 ## Building
16
17 You will need version 54 or later of the Xposed Framework.
18 Put the `XposedBridgeApi.jar` into the folder `app/libs/`.
19
20 You may have to create a file `local.properties` to tell gradle where the Android build tools are located, with content like this:
21 ```
22 sdk.dir=/path/to/android-sdk
23 ```
24
25 Then run `gradle assemble`.