Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Force kokoro to download newer builds tools (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolinger authored Mar 20, 2020
1 parent 7a6f64d commit 2c59bc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .kokoro/kokoro_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Fail on any error.
set -e

# Make sure the right tools are installed
echo y | ${ANDROID_HOME}/tools/bin/sdkmanager "build-tools;28.0.3"

cd ${KOKORO_ARTIFACTS_DIR}/github/glass-enterprise-samples

( cd Camera2Sample && ./gradlew build )
Expand Down

0 comments on commit 2c59bc7

Please sign in to comment.