We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bf7f7 commit addcaa1Copy full SHA for addcaa1
app/src/main/res/layout/promoted_app_item.xml
@@ -26,7 +26,7 @@
26
android:id="@+id/app_icon"
27
android:layout_width="48dp"
28
android:layout_height="48dp"
29
- android:contentDescription="@null"
+ android:contentDescription="@string/other_apps_title"
30
android:src="@drawable/ic_android"
31
app:layout_constraintEnd_toEndOf="parent"
32
app:layout_constraintStart_toStartOf="parent"
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'com.android.application' version '8.12.2' apply false
+ id 'com.android.application' version '8.13.0' apply false
3
id 'com.google.gms.google-services' version '4.4.3' apply false
4
id 'com.google.firebase.crashlytics' version '3.0.6' apply false
5
//noinspection NewerVersionAvailable
0 commit comments