Deploy website

Deploy website version based on 3f1fbb9e00
This commit is contained in:
Website Deployment Script
2017-12-07 23:32:59 +00:00
parent 3f1fbb9e00
commit 0dc2f4e12b
5283 changed files with 70985 additions and 154873 deletions
+2 -2
View File
@@ -145,7 +145,7 @@
.newBuilder()
.addNetworkInterceptor(<span class="hljs-keyword">new</span> StethoInterceptor())
.build();
OkHttpClientProvider.replaceOkHttpClient(client);
}
}
@@ -155,7 +155,7 @@
<pre><code class="hljs css java"> <span class="hljs-function"><span class="hljs-keyword">public</span> <span class="hljs-keyword">void</span> <span class="hljs-title">onCreate</span><span class="hljs-params">()</span> </span>{
<span class="hljs-keyword">super</span>.onCreate();
<span class="hljs-keyword">if</span> (BuildConfig.DEBUG) {
<span class="hljs-keyword">if</span> (BuildConfig.DEBUG) {
StethoWrapper.initialize(<span class="hljs-keyword">this</span>);
StethoWrapper.addInterceptor();
}