diff --git a/Habitica/build.gradle b/Habitica/build.gradle index 3fe3b87af..5f2119b70 100644 --- a/Habitica/build.gradle +++ b/Habitica/build.gradle @@ -95,7 +95,6 @@ dependencies { implementation 'com.google.firebase:firebase-messaging-ktx' implementation 'com.google.firebase:firebase-config-ktx' implementation 'com.google.firebase:firebase-perf-ktx' - implementation 'com.google.android.gms:play-services-ads:22.4.0' implementation "com.google.android.gms:play-services-auth:$play_auth_version" implementation 'com.google.android.flexbox:flexbox:3.0.0' implementation "com.google.android.gms:play-services-wearable:$play_wearables_version" @@ -116,7 +115,7 @@ dependencies { implementation "com.google.accompanist:accompanist-systemuicontroller:$accompanist_version" implementation 'com.google.android.play:core:1.10.3' - implementation 'androidx.activity:activity-compose:1.7.2' + implementation 'androidx.activity:activity-compose:1.8.0' implementation "androidx.compose.runtime:runtime-livedata:$compose_version" implementation "androidx.compose.material:material:$compose_version" implementation "androidx.compose.animation:animation:$compose_version" diff --git a/Habitica/google-services.json.example b/Habitica/google-services.json.example index a75180c30..4df402da1 100644 --- a/Habitica/google-services.json.example +++ b/Habitica/google-services.json.example @@ -31,9 +31,6 @@ "appinvite_service": { "status": 1, "other_platform_oauth_client": [] - }, - "ads_service": { - "status": 2 } } }, @@ -62,9 +59,6 @@ "appinvite_service": { "status": 1, "other_platform_oauth_client": [] - }, - "ads_service": { - "status": 2 } } } diff --git a/Habitica/res/drawable/snackbar_background_red.xml b/Habitica/res/drawable/snackbar_background_red.xml index c03d995f3..097eab78b 100644 --- a/Habitica/res/drawable/snackbar_background_red.xml +++ b/Habitica/res/drawable/snackbar_background_red.xml @@ -1,6 +1,6 @@ - + - \ No newline at end of file + diff --git a/Habitica/res/layout/activity_death.xml b/Habitica/res/layout/activity_death.xml index 2b5e2dc04..e71fd04fd 100644 --- a/Habitica/res/layout/activity_death.xml +++ b/Habitica/res/layout/activity_death.xml @@ -1,9 +1,9 @@ + android:layout_height="match_parent"> @@ -35,7 +35,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerHorizontal="true" - android:src="@drawable/death_ghost" /> + android:src="@drawable/death_ghost" + android:importantForAccessibility="no" /> + android:src="@drawable/ic_broken_heart" + android:importantForAccessibility="no" /> + android:textStyle="bold" /> + android:textSize="20sp" /> + android:textSize="16sp" /> -