farbodsz / FlashcardsApp

A simple, functional flashcards app that follows exam board specifications.
Apache License 2.0
0 stars 2 forks source link

Travis build failing: 'failed to find Build Tools revision 24.0.0 rc1' #12

Closed farbodsz closed 8 years ago

farbodsz commented 8 years ago

The Travis build is currently failing:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':app'.
> failed to find Build Tools revision 24.0.0 rc1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 26.774 secs

The command "./gradlew build connectedCheck" exited with 1.

Done. Your build exited with 1.
farbodsz commented 8 years ago

This got fixed with 5cd99c1 as hoped planned.