Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Use build tools 23.0.3
Browse files Browse the repository at this point in the history
Update travis spec too, so it works ;-)
  • Loading branch information
matthiaswenz committed May 4, 2016
1 parent 73037f3 commit 7b478c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ android:
- tools

# Use the desired build tools
- build-tools-23.0.2
- build-tools-23.0.3

# Project target SDK
- android-23
Expand Down
2 changes: 1 addition & 1 deletion hockeysdk/build.gradle
Expand Up @@ -5,7 +5,7 @@ def supportLibVersion = "23.3.0"

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.3"

defaultConfig {
minSdkVersion 9
Expand Down

0 comments on commit 7b478c5

Please sign in to comment.