Skip to content

Commit

Permalink
Merge pull request MobileChromeApps#10 from denAppGears/patch-1
Browse files Browse the repository at this point in the history
Fix cordova cannot find symbol build failed error.
  • Loading branch information
bshepherdson committed Jan 6, 2014
2 parents 3aa9b46 + 788bfe4 commit c10a410
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/android/Zip.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.FileNotFoundException;
import java.util.zip.ZipEntry;
import java.util.zip.ZipInputStream;


import org.apache.cordova.CallbackContext;
import org.apache.cordova.CordovaPlugin;
import org.json.JSONException;
Expand Down

0 comments on commit c10a410

Please sign in to comment.