Skip to content

Commit

Permalink
Fixed ExoPlayer build
Browse files Browse the repository at this point in the history
Closes #204
  • Loading branch information
AndreyPavlenko committed Dec 4, 2022
1 parent 4fea614 commit 2f71352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depends/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ else
fi
git checkout release-v2

echo > "$EXO_DIR/publish.gradle"
sed -i "s/minSdkVersion .*/minSdkVersion = $SDK_MIN_VERSION/" "$EXO_DIR/constants.gradle"
sed -i "s/targetSdkVersion .*/targetSdkVersion = $SDK_TARGET_VERSION/" "$EXO_DIR/constants.gradle"
sed -i "s/appTargetSdkVersion .*/appTargetSdkVersion = $SDK_TARGET_VERSION/" "$EXO_DIR/constants.gradle"
Expand Down

0 comments on commit 2f71352

Please sign in to comment.