Skip to content

Commit

Permalink
Merge pull request #3033 from iFeelSmart/chore/fix_path_to_disable_CSAI
Browse files Browse the repository at this point in the history
chore(android): fix path to disable CSAI
  • Loading branch information
freeboub authored Feb 9, 2023
2 parents 947fa90 + 7aeaa2a commit 9d957ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}
Expand Down

0 comments on commit 9d957ed

Please sign in to comment.