X-Git-Url: https://git.ralfj.de/noFUDroid.git/blobdiff_plain/a31b5c5c81994e70d0e8e0d1ecaedfa321183d9a..63c6a134a51a79f37933d631143c7c8be4ca2d52:/README.md diff --git a/README.md b/README.md index b9105fa..2cc1e23 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,19 @@ noFUDroid This is asimple Xposed Module which gets rid of the annoying *Network may be monitored* warning triggered by adding a CA cert to the key store. -It is a fork of the original [NetworkMonitoredBlocker](https://github.com/Skarafaz/NetworkMonitoredBlocker) that also supports newer versions of Android. +It is a fork of the original [NetworkMonitoredBlocker](https://github.com/Skarafaz/NetworkMonitoredBlocker), adding support for newer versions of Android. +Right now, KitKat (4.4) and Lollipop (5) have been tested. +Contributions for other versions, and other forms of FUD, are welcome. -## Building: +## Building You will need version 54 or later of the Xposed Framework. Put the `XposedBridgeApi.jar` into the folder `app/libs/`. -Then run `gradle assemble`. + You may have to create a file `local.properties` to tell gradle where the Android build tools are located, with content like this: ``` sdk.dir=/path/to/android-sdk ``` + +Then run `gradle assemble`.