Skip to content

Commit

Permalink
Merge pull request #180 from shankari/read_battery_and_geofence_loc
Browse files Browse the repository at this point in the history
Remove unnecessary import
  • Loading branch information
shankari authored Apr 1, 2020
2 parents 2c47cc0 + 8cc9933 commit 5bc299b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="edu.berkeley.eecs.emission.cordova.datacollection"
version="1.4">
version="1.4.1">

<name>DataCollection</name>
<description>Background data collection FTW! This is the part that I really
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import android.os.IBinder;
import android.support.annotation.Nullable;

import de.appplant.cordova.plugin.notification.ClickActivity;
import edu.berkeley.eecs.emission.MainActivity;


Expand Down

0 comments on commit 5bc299b

Please sign in to comment.