Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Update to newest build tool and support library
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Nov 8, 2015
1 parent b4fb9b5 commit c4f5d80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
android:
components:
- platform-tools
- build-tools-23.0.1
- build-tools-23.0.2
- android-23
- sys-img-armeabi-v7a-android-23
- extra-android-support
Expand Down
8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def gitCommitCount =

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

defaultConfig {
minSdkVersion 9
Expand All @@ -38,9 +38,9 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:support-v4:23.0.1'
compile 'com.android.support:recyclerview-v7:23.0.1'
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'com.android.support:support-v4:23.1.0'
compile 'com.android.support:recyclerview-v7:23.1.0'

testCompile 'junit:junit:4.12'
}
Expand Down

0 comments on commit c4f5d80

Please sign in to comment.