Skip to content

Commit

Permalink
feat: 🔥 turn off buildDir setting in android/build.gradle for correct…
Browse files Browse the repository at this point in the history
… Fabric codegen dir location
  • Loading branch information
yungblud committed Jun 30, 2024
1 parent b2bf019 commit 62ec8d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ android {
exclude "**/libreact_render*.so"
}

buildDir 'buildOutput_' + configStringPath

sourceSets {
main {
java {
Expand Down Expand Up @@ -212,7 +210,7 @@ dependencies {
if (ExoplayerDependencies["useExoplayerRtsp"]) {
implementation "androidx.media3:media3-exoplayer-rtsp:$media3_version"
}

// For ad insertion using the Interactive Media Ads SDK with ExoPlayer
if (ExoplayerDependencies["useExoplayerIMA"]) {
implementation "androidx.media3:media3-exoplayer-ima:$media3_version"
Expand Down

0 comments on commit 62ec8d7

Please sign in to comment.