Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Makes webview work ... forgot to commit this
Browse files Browse the repository at this point in the history
  • Loading branch information
blundell committed Feb 28, 2014
1 parent bc74d3e commit c03a5d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Jan 24 22:25:16 GMT 2014
#Sat Jan 25 00:08:48 GMT 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-all.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setTitle(getWebViewTitle());
createWebView();
setContentView(webView);
enableJavascript();
enableCaching();
enableCustomClients();
Expand Down

0 comments on commit c03a5d4

Please sign in to comment.