diff --git a/Habitica/build.gradle b/Habitica/build.gradle index 9ef4871cb..9e986723e 100644 --- a/Habitica/build.gradle +++ b/Habitica/build.gradle @@ -38,9 +38,8 @@ repositories { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'io.reactivex:rxjava:1.0.10' - compile 'com.squareup.okhttp:okhttp-urlconnection:2.3.0' - compile 'com.squareup.okhttp:okhttp:2.3.0' + compile 'com.squareup.okhttp3:okhttp-urlconnection:3.2.0' + compile 'com.squareup.okhttp3:okhttp:3.2.0' compile 'com.squareup.retrofit:retrofit:1.9.0' compile('com.crashlytics.sdk.android:crashlytics:2.3.0@aar') { @@ -50,23 +49,19 @@ dependencies { // View Elements Binding :) compile 'com.jakewharton:butterknife:7.0.1' - compile('com.mikepenz:materialdrawer:4.3.8@aar') { + compile('com.mikepenz:materialdrawer:5.0.9@aar') { transitive = true } - compile 'com.mikepenz:google-material-typeface:2.2.0.1@aar' - compile 'com.android.support:appcompat-v7:23.1.1' - compile 'com.android.support:design:23.1.1' - compile 'com.android.support:gridlayout-v7:23.1.1' - compile 'com.android.support:recyclerview-v7:23.1.1' - compile 'com.android.support:preference-v14:23.1.1' + compile 'com.android.support:appcompat-v7:23.2.0' + compile 'com.android.support:design:23.2.0' + compile 'com.android.support:gridlayout-v7:23.2.0' + compile 'com.android.support:recyclerview-v7:23.2.0' + compile 'com.android.support:preference-v14:23.2.0' // Image Loading/Caching compile 'com.squareup.picasso:picasso:2.5.2' - // Icons - compile 'com.mikepenz:fontawesome-typeface:4.4.0.1@aar' - // Emojis compile 'com.github.data5tream:emoji-lib:0.0.2.1' @@ -82,24 +77,29 @@ dependencies { } // a better fab alternative - compile 'com.github.clans:fab:1.6.1' + compile 'com.github.clans:fab:1.6.2' // ORM provided 'com.raizlabs.android:DBFlow-Compiler:2.2.1' compile "com.raizlabs.android:DBFlow-Core:2.2.1" compile "com.raizlabs.android:DBFlow:2.2.1" - compile 'de.greenrobot:eventbus:2.4.0' + compile 'org.greenrobot:eventbus:3.0.0' // IAP Handling / Verification compile 'org.solovyev.android:checkout:0.7.5@aar' - compile 'com.facebook.android:facebook-android-sdk:4.7.0' + compile('com.facebook.android:facebook-android-sdk:4.10.0') { + transitive = true + } + //Material Dialogs compile('com.github.afollestad.material-dialogs:core:0.8.5.6@aar') compile 'fr.avianey.com.viewpagerindicator:library:2.4.1@aar' + compile 'com.github.traex.rippleeffect:library:1.3' + compile 'com.amplitude:android-sdk:2.5.0' debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1' diff --git a/Habitica/res/layout/edit_text_drawer_item.xml b/Habitica/res/layout/edit_text_drawer_item.xml index abec349ac..39df77b86 100644 --- a/Habitica/res/layout/edit_text_drawer_item.xml +++ b/Habitica/res/layout/edit_text_drawer_item.xml @@ -1,37 +1,19 @@ - - - - - - - -