From 677f63ee930cb7b4fbbe272077610087bb9df0a5 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Mon, 6 Jun 2016 09:56:01 +0200 Subject: [PATCH] Update, more notes on usage --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 92df116c3..9d5005ec3 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ It consists of two projects: #### Notes +* You can use the resulting jar-file `poishadow/build/libs/poishadow-all.jar` + in your own project, the code in directory `poitest` is + just a small sample Android application to show that it works. * This was only tested in Android Studio with the Android emulator until now, should work on real Android as well, though! * Tested with `targetSdkVersion 22` and `minSdkVersion 15`,