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

Commit

Permalink
Issue #1591: App crashes with the latest updates of Android SDK with …
Browse files Browse the repository at this point in the history
…plugin v-1.9.2
  • Loading branch information
macdonst committed Feb 18, 2017
1 parent 3a218e4 commit 514c213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</config-file>
<framework src="push.gradle" custom="true" type="gradleReference"/>
<framework src="com.android.support:support-v13:23+"/>
<framework src="com.google.android.gms:play-services-gcm:9.8+"/>
<framework src="com.google.android.gms:play-services-gcm:10.2+"/>
<framework src="me.leolin:ShortcutBadger:1.1.12@aar"/>
<source-file src="src/android/com/adobe/phonegap/push/GCMIntentService.java" target-dir="src/com/adobe/phonegap/push/"/>
<source-file src="src/android/com/adobe/phonegap/push/PushConstants.java" target-dir="src/com/adobe/phonegap/push/"/>
Expand Down Expand Up @@ -120,4 +120,4 @@
<preference name="WindowsToastCapable" value="true"/>
</config-file>
</platform>
</plugin>
</plugin>

0 comments on commit 514c213

Please sign in to comment.