Skip to content

Commit

Permalink
Modifying imports to org.apache.cordova.api
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonet committed Oct 10, 2012
1 parent 52cbb53 commit 04d7cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Android/Downloader/Downloader.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
import android.util.Log;
import android.os.Environment;

import com.phonegap.api.Plugin;
import com.phonegap.api.PluginResult;
import org.apache.cordova.api.Plugin;
import org.apache.cordova.api.PluginResult;

public class Downloader extends Plugin {

Expand Down

0 comments on commit 04d7cb6

Please sign in to comment.