From: Ralf Jung Date: Sun, 7 Feb 2016 20:22:16 +0000 (+0100) Subject: tune README X-Git-Url: https://git.ralfj.de/noFUDroid.git/commitdiff_plain/3922dfa1000bcf2ccf39bb13fc2a325d032230cf tune README --- diff --git a/README.md b/README.md index b9105fa..13d9f1f 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,10 @@ It is a fork of the original [NetworkMonitoredBlocker](https://github.com/Skaraf 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`.