Fix #198: Use OkHttp3Downloader by default
This commit is contained in:
parent
fcebbc2bdb
commit
b36ad24286
3 changed files with 54 additions and 1 deletions
|
|
@ -13,7 +13,8 @@
|
|||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
android:theme="@style/AppTheme"
|
||||
android:name=".TuskyApplication">
|
||||
<meta-data android:name="firebase_analytics_collection_enabled" android:value="false" />
|
||||
<activity android:name=".SplashActivity">
|
||||
<intent-filter>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue