diff --git a/Habitica/build.gradle b/Habitica/build.gradle index 51aea9b20..959bc08e2 100644 --- a/Habitica/build.gradle +++ b/Habitica/build.gradle @@ -110,9 +110,9 @@ dependencies { //Leak Detection debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.5' //Push Notifications - implementation 'com.google.firebase:firebase-core:18.0.1' + implementation 'com.google.firebase:firebase-core:18.0.2' implementation 'com.google.firebase:firebase-messaging:21.0.1' - implementation 'com.google.firebase:firebase-config:20.0.2' + implementation 'com.google.firebase:firebase-config:20.0.3' implementation 'com.google.firebase:firebase-perf:19.1.0' implementation 'com.google.android.gms:play-services-auth:19.0.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" @@ -121,8 +121,8 @@ dependencies { implementation 'androidx.core:core-ktx:1.3.2' implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" implementation "androidx.lifecycle:lifecycle-common-java8:2.2.0" - implementation 'androidx.navigation:navigation-fragment-ktx:2.3.2' - implementation 'androidx.navigation:navigation-ui-ktx:2.3.2' + implementation 'androidx.navigation:navigation-fragment-ktx:2.3.3' + implementation 'androidx.navigation:navigation-ui-ktx:2.3.3' implementation "androidx.paging:paging-runtime-ktx:2.1.2" implementation 'com.plattysoft.leonids:LeonidsLib:1.3.2' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2' @@ -150,7 +150,7 @@ android { buildConfigField "String", "TESTING_LEVEL", "\"production\"" resConfigs "en", "bg", "de", "en-rGB", "es", "fr", "hr-rHR", "in", "it", "iw", "ja", "ko", "lt", "nl", "pl", "pt-rBR", "pt-rPT", "ru", "tr", "zh", "zh-rTW" - versionCode 2695 + versionCode 2803 versionName "3.2" } diff --git a/Habitica/res/layout/challenge_item.xml b/Habitica/res/layout/challenge_item.xml index 70038156e..9828cedf1 100644 --- a/Habitica/res/layout/challenge_item.xml +++ b/Habitica/res/layout/challenge_item.xml @@ -73,13 +73,15 @@ + android:src="@drawable/dialogue_participants" + app:tint="@color/text_ternary"/> diff --git a/Habitica/res/layout/item_public_guild.xml b/Habitica/res/layout/item_public_guild.xml index a326669f9..2d6c7e29e 100644 --- a/Habitica/res/layout/item_public_guild.xml +++ b/Habitica/res/layout/item_public_guild.xml @@ -4,21 +4,37 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:layout_margin="@dimen/row_padding" - android:background="?attr/selectableItemBackground"> + android:layout_marginHorizontal="10dp" + android:layout_marginVertical="10dp" + android:background="@drawable/layout_rounded_bg_window" + android:padding="12dp"> + + + - - + + - + android:layout_marginEnd="@dimen/spacing_small"/> - - - - -