From 7aeaa2a3d1d2f4492de8530d94a447ae699a3e8e Mon Sep 17 00:00:00 2001 From: olivier Date: Thu, 9 Feb 2023 23:20:10 +0100 Subject: [PATCH] chore(android): fix path to disable CSAI --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index a2ade2e6..0c3969c9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -44,7 +44,7 @@ android { java { if (useExoplayerIMA) { exclude 'com/google/ads/interactivemedia/v3/api' - exclude 'com/android/exoplayer2/ext/ima' + exclude 'com/google/android/exoplayer2/ext/ima' } } }