Skip to content

Commit

Permalink
fix install issue with colors.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-hartz committed May 6, 2019
1 parent 11af948 commit d5b7a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ xmlns:android="http://schemas.android.com/apk/res/android">
<source-file src="src/android/FirebasePluginMessagingService.java" target-dir="src/org/apache/cordova/firebase" />
<source-file src="src/android/FirebasePluginMessageReceiver.java" target-dir="src/org/apache/cordova/firebase" />
<source-file src="src/android/FirebasePluginMessageReceiverManager.java" target-dir="src/org/apache/cordova/firebase" />
<source-file src="src/android/colors.xml" target-dir="res/values" />
<resource-file src="src/android/colors.xml" target="res/values/colors.xml" />

<framework src="src/android/build.gradle" custom="true" type="gradleReference" />
<framework src="com.google.android.gms:play-services-tagmanager:+" />
Expand Down

0 comments on commit d5b7a43

Please sign in to comment.