Skip to content

Commit

Permalink
Update .travis.yml & add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
whilu committed Dec 31, 2015
1 parent 9c3d506 commit 622527a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android:
# - tools

# The BuildTools version used by your project
- build-tools-23.0.2

- build-tools-22.0.1
e
# The SDK version used to compile your project
- android-23

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# AndroidTagView [![Build Status](https://travis-ci.org/whilu/AndroidTagView.svg)](https://travis-ci.org/whilu/AndroidTagView)
2 changes: 1 addition & 1 deletion androidtagview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

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

defaultConfig {
minSdkVersion 9
Expand Down
2 changes: 1 addition & 1 deletion sample/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 "23.0.2"
buildToolsVersion "22.0.1"

defaultConfig {
applicationId "co.lujun.sample"
Expand Down

0 comments on commit 622527a

Please sign in to comment.