Skip to content

Commit

Permalink
modify buildToolsVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
gaopengfei committed Jan 2, 2016
1 parent fe68ddc commit aa31a00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before_install:

android:
components:
- build-tools-23.0.2
- build-tools-23.0.1
- android-23
- extra-android-m2repository
- extra-android-support
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ group='com.github.feeeei'
android {

compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.1"

defaultConfig {
minSdkVersion 7
Expand Down
2 changes: 1 addition & 1 deletion simple/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'checkstyle'

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

defaultConfig {
applicationId "test.io.feeeei.circleseekbar"
Expand Down

0 comments on commit aa31a00

Please sign in to comment.