mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
changed FileUtils to public for testing purposes. added updategap that can updated a project with the latest phonegap jar and js
This commit is contained in:
@@ -11,7 +11,7 @@ public class FileUtils {
|
||||
FileReader f_in;
|
||||
FileWriter f_out;
|
||||
|
||||
FileUtils(WebView view)
|
||||
public FileUtils(WebView view)
|
||||
{
|
||||
mView = view;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user