Fixed broken gradle build

This commit is contained in:
Anthony Restaino 2016-01-11 19:34:21 -05:00
parent 7318a818c4
commit 9b56d92922

View File

@ -39,7 +39,7 @@ public class ProxyUtils {
public static ProxyUtils getInstance() {
if (mInstance == null) {
mInstance = new ProxyUtils(BrowserApp.getAppContext());
mInstance = new ProxyUtils(BrowserApp.getContext());
}
return mInstance;
}