Skip to content

Commit

Permalink
edit config
Browse files Browse the repository at this point in the history
  • Loading branch information
oranedir committed Feb 22, 2022
1 parent 5d471e8 commit b4cf962
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 @@ -46,10 +46,10 @@
</config-file>
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application/activity[@android:name='com.gae.scaffolder.plugin.FCMPluginActivity']">
<activity android:exported="true" android:name="com.gae.scaffolder.plugin.FCMPluginActivity"/>
</config-file>
</edit-config>
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application/service[@android:name='com.gae.scaffolder.plugin.MyFirebaseMessagingService']">
<activity android:exported="true" android:name="com.gae.scaffolder.plugin.MyFirebaseMessagingService"/>
</config-file>
</edit-config>
<framework src="src/android/FCMPlugin.gradle" custom="true" type="gradleReference"/>
<source-file src="src/android/com/gae/scaffolder/plugin/FCMPlugin.java" target-dir="src/com/gae/scaffolder/plugin"/>
<source-file src="src/android/com/gae/scaffolder/plugin/FCMPluginChannelCreator.java" target-dir="src/com/gae/scaffolder/plugin"/>
Expand Down

0 comments on commit b4cf962

Please sign in to comment.