Skip to content

Commit

Permalink
Merge pull request #6 from hashcube/remove_manifest_duplicate
Browse files Browse the repository at this point in the history
Remove duplicate receivers in manifest
  • Loading branch information
rampr authored Jun 29, 2017
2 parents 5ada096 + 5bf449b commit b069e83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions android/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,12 @@
<!-- GameThrive -->
<meta-data android:name="kochavaAppGUID" android:value="" />

<receiver android:name ="com.kochava.android.tracker.ReferralCapture" android:exported ="true" >
<receiver android:name="com.kochava.android.tracker.ReferralCapture" android:exported="true" >
<intent-filter>
<action android:name ="com.android.vending.INSTALL_REFERRER" />
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>

<meta-data android:name ="com.google.android.gms.version" android:value ="@integer/google_play_services_version"/>

<receiver android:name ="com.kochava.android.tracker.ReferralCapture" android:exported ="true" >
<intent-filter>
<action android:name ="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
<meta-data android:name ="com.google.android.gms.version" android:value ="@integer/google_play_services_version"/>
<!--END_PLUGINS_APPLICATION-->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kochava",
"version": "1.0.3",
"version": "1.0.4",
"devkit": {
"clientPaths": {
"kochava": "js"
Expand Down

0 comments on commit b069e83

Please sign in to comment.