Skip to content

Commit

Permalink
Fix colors.xml conflict
Browse files Browse the repository at this point in the history
See here: arnesson#938
  • Loading branch information
ilyakamens committed Apr 10, 2019
1 parent 1406197 commit 84d721b
Show file tree
Hide file tree
Showing 2 changed files 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" />
<source-file src="src/android/cv_plugin_fb_colors.xml" target-dir="res/values" />

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

0 comments on commit 84d721b

Please sign in to comment.