Merge pull request #3033 from iFeelSmart/chore/fix_path_to_disable_CSAI

chore(android): fix path to disable CSAI
This commit is contained in:
Olivier Bouillet 2023-02-09 23:22:16 +01:00 committed by GitHub
commit 9d957ed281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
}
}
}