From aa4b7a188e12fd6f893e41fa05f70eace5369808 Mon Sep 17 00:00:00 2001 From: Simon MacDonald Date: Tue, 29 Sep 2015 13:04:54 -0400 Subject: [PATCH] Issue #179: Building for Android is a quest --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cee821974..9ffc497f1 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,14 @@ Note: version 1.3.0 of this plugin begins to use Gradle to install the Android S ## Android Behaviour +### Compiling + +As of version 1.3.0 the plugin has been switched to using Gradle/Maven for building. You will need to ensure that you have installed the Android Support Library version 23 or greater. + +![android support library](https://cloud.githubusercontent.com/assets/353180/10171900/588dbd0a-66aa-11e5-8308-2daf80842119.png) + +For more detailed instructions on how to install the Android Support Library visit [Google's documentation](https://developer.android.com/tools/support-library/setup.html). + ### Images By default the icon displayed in your push notification will be your apps icon. So when you initialize the plugin like this: