Skip to content

Commit

Permalink
Another circle-ci license fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed Apr 1, 2018
1 parent 41e13f2 commit 798927d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions circle.yml
Expand Up @@ -14,14 +14,10 @@ dependencies:
cache_directories:
- ~/.android
pre:
# licenses for constraint layout
- mkdir "$ANDROID_HOME/licenses" || true
- echo -e "\ne6b7c2ab7fa2298c15165e9583d0acf0b04a2232" > "$ANDROID_HOME/licenses/android-sdk-license"
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
- echo -e "\nd56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_HOME/licenses/android-sdk-license"
- echo y | android update sdk --no-ui --all --filter "tools,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository,android-27"
- echo y | android update sdk --no-ui --all --filter "build-tools-27.0.2"
override:
# workaround from https://code.google.com/p/android/issues/detail?id=212128 for constraint layout
- ./gradlew dependencies || true
test:
pre:
Expand Down

0 comments on commit 798927d

Please sign in to comment.