Skip to content

Commit

Permalink
Minor: Build script to create output folder if not existing already
Browse files Browse the repository at this point in the history
  • Loading branch information
JOikarinen committed Jan 13, 2021
1 parent 452b49c commit f663331
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ rm -f polar-ble-sdk.aar
cd ..
./gradlew clean
./gradlew assembleRelease
mkdir -p SdkBuild
cp build/outputs/aar/android-communications-release.aar SdkBuild/polar-ble-sdk.aar
cp libs/polar-protobuf-release.aar SdkBuild/polar-protobuf-release.aar

0 comments on commit f663331

Please sign in to comment.