Skip to content

Commit

Permalink
fix(contrib): Updated travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
booncol committed Sep 4, 2016
1 parent bc1796f commit 8dbdce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: android
android:
components:
- tools
- build-tools-24.0.0
- build-tools-24.0.2
- extra-android-support
- extra-android-m2repository
- android-24
Expand Down
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile project(':pulsator4droid')
compile 'com.android.support:appcompat-v7:24.0.0'
compile 'com.android.support:appcompat-v7:24.2.0'
}

0 comments on commit 8dbdce4

Please sign in to comment.