Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Issue #179: Building for Android is a quest
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Sep 29, 2015
1 parent d9c4f11 commit aa4b7a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

This comment has been minimized.

Copy link
@fredgalvao

fredgalvao Sep 29, 2015

Collaborator

Should mention that Android Support Repository is also needed to make framework resolving work. The image has it but it's not obvious that it is also required.


![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:
Expand Down

0 comments on commit aa4b7a1

Please sign in to comment.