Add missing import

This commit is contained in:
Craig Martin 2023-08-25 15:16:18 -04:00
parent 12edcf8555
commit 89464279d1

View File

@ -1,5 +1,6 @@
package com.brentvatne.exoplayer;
import android.annotation.SuppressLint;
import com.google.android.exoplayer2.C;
@SuppressLint("InlinedApi")