Skip to content

Commit

Permalink
23.2.2. Trying to fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dexafree committed Mar 24, 2016
1 parent 0887870 commit d1dccb4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: false
android:
components:
# The BuildTools version used by your project
- build-tools-23.0.2
- build-tools-23.0.1
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- platform-tools
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ In order to use MaterialList, you can either clone the project and import it as
```groovy
dependencies {
...
compile 'com.github.dexafree:materiallist:3.2.1'
compile 'com.github.dexafree:materiallist:3.2.2'
}
```

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 '23.0.2'
buildToolsVersion '23.0.1'

defaultConfig {
applicationId "com.dexafree.materiallistviewexample"
Expand Down
6 changes: 3 additions & 3 deletions materialList/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.library'

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

defaultConfig {
minSdkVersion 10
targetSdkVersion 23
versionCode 321
versionName "3.2.1"
versionCode 322
versionName "3.2.2"
}
buildTypes {
release {
Expand Down

0 comments on commit d1dccb4

Please sign in to comment.