From 3922dfa1000bcf2ccf39bb13fc2a325d032230cf Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 7 Feb 2016 21:22:16 +0100 Subject: [PATCH] tune README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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`. -- 2.30.2