Skip to content

Commit

Permalink
Add missing travis android-support dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Shelnutt2 committed Mar 30, 2016
1 parent 488e208 commit f901af0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ android:
# - platform-tools
# - tools

# Extra components needed
- extra-android-support
- extra-google-google_play_services
- extra-android-m2repository
- extra-google-m2repository

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

Expand All @@ -14,4 +20,7 @@ android:

# Specify at least one system image,
# if you need to run emulator(s) during your tests
- sys-img-armeabi-v7a-android-17
- sys-img-armeabi-v7a-android-17

licenses:
- '.+'
2 changes: 1 addition & 1 deletion banddetection/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {

def siteUrl = 'https://github.com/Shelnutt2/BandDetection' // Homepage URL of the library
def gitUrl = 'https://github.com/Shelnutt2/BandDetection.git' // Git repository URL
group = "nu.shel.banddection" // Maven Group ID for the artifact
group = "nu.shel.banddetection" // Maven Group ID for the artifact


install {
Expand Down

0 comments on commit f901af0

Please sign in to comment.