Skip to content

Commit

Permalink
[Travis] Use 23.0.1 build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmike committed Jan 7, 2016
1 parent eea3fb4 commit ea74800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ok2curl/build.gradle
Expand Up @@ -6,7 +6,7 @@ version='0.1.0'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.1"

defaultConfig {
minSdkVersion 14
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.1"

defaultConfig {
applicationId "com.moczul.sample"
Expand Down

0 comments on commit ea74800

Please sign in to comment.