Skip to content

Commit

Permalink
update buildToolsVersion to 23.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
H07000223 committed Dec 12, 2015
1 parent a198bdb commit 915a1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FlycoTabLayout_Lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'com.android.library'
version = "1.5.0"
android {
compileSdkVersion 23
buildToolsVersion "22.0.1"
buildToolsVersion "23.0.2"

defaultConfig {
minSdkVersion 8
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "22.0.1"
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "com.flyco.tablayoutsamples"
Expand Down

0 comments on commit 915a1aa

Please sign in to comment.