Prepare for Android 15 (#542)
* Bump Project gradle * Bump dependencies * Bump gradle to 8.7 * Bump gradle properties * Add missing null safety * Fix unresolved color * Use alternative version
This commit is contained in:
parent
1686854632
commit
eac4604b3d
5 changed files with 11 additions and 11 deletions
|
@ -36,7 +36,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center"
|
||||
android:background="@color/exo_error_message_background_color"
|
||||
android:background="@color/bg"
|
||||
android:gravity="center"
|
||||
android:padding="16dp"
|
||||
android:visibility="gone"
|
||||
|
@ -344,4 +344,4 @@
|
|||
android:id="@+id/exo_touch_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
</merge>
|
||||
</merge>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue