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

Commit

Permalink
remove unnecessary characters (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdmaskery authored and ciarand committed May 23, 2018
1 parent 2250cb9 commit 43168ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testapp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
android:exported="false"
android:name=".DemoJobService">
<intent-filter>
<action android:name="com.firebase.jobdispatcher.ACTION_EXECUTE"/>"
<action android:name="com.firebase.jobdispatcher.ACTION_EXECUTE"/>
</intent-filter>
</service>

Expand Down

0 comments on commit 43168ea

Please sign in to comment.