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

Commit

Permalink
🐛🐧📝⬆️ #1460: Build Issue Android
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Dec 15, 2016
1 parent 7434f72 commit 1b17756
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,10 @@ If you are not creating an Android application you can put in anything for this

### Compilation

As of version 1.3.0 the plugin has been switched to using Gradle/Maven for building.
As of version 2.0.0 the plugin has been switched to using pinned version of Gradle libraries. You will need to ensure that you have installed the following items through the Android SDK Manager:

You will need to ensure that you have installed the following items through the Android SDK Manager:

- Android Support Library version 23 or greater
- Local Maven repository for Support Libraries (formerly Android Support Repository) version 20 or greater
- Google Play Services version 27 or greater
- Google Repository version 22 or greater
- Android Support Library version 25.1.0
- FirebaseMessaging Library version 9.8.0

![android support library](https://cloud.githubusercontent.com/assets/353180/10230226/0627931e-684a-11e5-9a6b-72d72997f655.png)

Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</intent-filter>
</service>
</config-file>
<framework src="com.android.support:support-v13:23+"/>
<framework src="com.android.support:support-v13:25.1.0"/>
<framework src="me.leolin:ShortcutBadger:1.1.11@aar"/>
<framework src="com.google.firebase:firebase-messaging:9.8.0"/>
<framework src="push.gradle" custom="true" type="gradleReference"/>
Expand Down Expand Up @@ -89,4 +89,4 @@
<preference name="WindowsToastCapable" value="true"/>
</config-file>
</platform>
</plugin>
</plugin>

0 comments on commit 1b17756

Please sign in to comment.