diff --git a/Habitica/AndroidManifest.xml b/Habitica/AndroidManifest.xml index 6ce4e7fbc..852c1bcbe 100644 --- a/Habitica/AndroidManifest.xml +++ b/Habitica/AndroidManifest.xml @@ -2,7 +2,7 @@ diff --git a/Habitica/build.gradle b/Habitica/build.gradle index b7d8f2b1f..4f269d6fd 100644 --- a/Habitica/build.gradle +++ b/Habitica/build.gradle @@ -71,18 +71,18 @@ dependencies { compile('com.mikepenz:materialdrawer:5.2.6@aar') { transitive = true } - compile 'com.android.support:appcompat-v7:23.4.0' - compile 'com.android.support:design:23.4.0' - compile 'com.android.support:gridlayout-v7:23.4.0' - compile 'com.android.support:recyclerview-v7:23.4.0' - compile 'com.android.support:preference-v14:23.4.0' + compile 'com.android.support:appcompat-v7:24.0.0' + compile 'com.android.support:design:24.0.0' + compile 'com.android.support:gridlayout-v7:24.0.0' + compile 'com.android.support:recyclerview-v7:24.0.0' + compile 'com.android.support:preference-v14:24.0.0' compile 'com.android.support:multidex:1.0.1' // Image Loading/Caching compile 'com.squareup.picasso:picasso:2.5.2' // Emojis - compile 'com.github.data5tream:emoji-lib:0.0.2.1' + compile 'com.github.viirus:emoji-lib:0.0.3.2' // Markdown compile 'com.commonsware.cwac:anddown:0.2.4' @@ -133,7 +133,7 @@ dependencies { testCompile 'org.robolectric:robolectric:3.0' testCompile 'org.robolectric:shadows-multidex:3.0' testCompile "org.robolectric:shadows-support-v4:3.0" - testCompile "org.mockito:mockito-core:1.+" + testCompile "org.mockito:mockito-core:1.10.19" //Leak Detection debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1' @@ -141,7 +141,7 @@ dependencies { } android { - compileSdkVersion 23 + compileSdkVersion 24 buildToolsVersion "23.0.3" lintOptions { diff --git a/Habitica/res/layout/activity_group_form.xml b/Habitica/res/layout/activity_group_form.xml index af46851cb..4d7637ca9 100644 --- a/Habitica/res/layout/activity_group_form.xml +++ b/Habitica/res/layout/activity_group_form.xml @@ -42,7 +42,7 @@ android:layout_height="match_parent" app:hintTextAppearance="@style/TextAppearance.AppCompat"> - - diff --git a/Habitica/res/layout/activity_task_form.xml b/Habitica/res/layout/activity_task_form.xml index 1c61a79e2..507353a58 100644 --- a/Habitica/res/layout/activity_task_form.xml +++ b/Habitica/res/layout/activity_task_form.xml @@ -38,7 +38,7 @@ android:layout_height="match_parent" app:hintTextAppearance="@style/TextAppearance.AppCompat"> - - - - - - - - @@ -74,7 +74,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@{@string/leaderMessage(group.leaderName)}" /> - diff --git a/Habitica/res/layout/habit_item_card.xml b/Habitica/res/layout/habit_item_card.xml index 8fcfa7a2d..c8f212339 100644 --- a/Habitica/res/layout/habit_item_card.xml +++ b/Habitica/res/layout/habit_item_card.xml @@ -56,13 +56,13 @@ android:paddingEnd="16dp" android:paddingBottom="@dimen/task_top_bottom_padding" android:paddingTop="@dimen/task_top_bottom_padding"> - - - - - - - -