Skip to content

Commit addcaa1

Browse files
Update Android Gradle Plugin and improve accessibility
1 parent f1bf7f7 commit addcaa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/res/layout/promoted_app_item.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
android:id="@+id/app_icon"
2727
android:layout_width="48dp"
2828
android:layout_height="48dp"
29-
android:contentDescription="@null"
29+
android:contentDescription="@string/other_apps_title"
3030
android:src="@drawable/ic_android"
3131
app:layout_constraintEnd_toEndOf="parent"
3232
app:layout_constraintStart_toStartOf="parent"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.android.application' version '8.12.2' apply false
2+
id 'com.android.application' version '8.13.0' apply false
33
id 'com.google.gms.google-services' version '4.4.3' apply false
44
id 'com.google.firebase.crashlytics' version '3.0.6' apply false
55
//noinspection NewerVersionAvailable

0 commit comments

Comments
 (0)