Updated to OkHttp3

This commit is contained in:
Karim Abou Zeid 2016-01-10 20:52:24 +01:00
commit 95d26adbfa
11 changed files with 259 additions and 54 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.kabouzeid.gramophone">
<manifest package="com.kabouzeid.gramophone"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
@ -114,6 +114,10 @@
android:name="com.kabouzeid.gramophone.glide.PhonographGlideModule"
android:value="GlideModule" />
<meta-data
android:name="com.kabouzeid.gramophone.glide.okhttp.OkHttpGlideModule"
android:value="GlideModule" />
<activity
android:name=".ui.activities.tageditor.SongTagEditorActivity"
android:windowSoftInputMode="adjustResize" />