Skip to content

Commit

Permalink
Update libraries and build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Sep 28, 2015
1 parent d556a7a commit 48e3c7b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions 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 '22.0.1'
buildToolsVersion '23.0.1'
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
Expand All @@ -26,20 +26,20 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:23.0.0'
compile 'com.android.support:design:23.0.0'
compile 'com.android.support:support-v13:23.0.0'
compile 'com.android.support:leanback-v17:23.0.0'
compile 'com.android.support:recyclerview-v7:23.0.0'
compile 'com.android.support:palette-v7:23.0.0'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:design:23.0.1'
compile 'com.android.support:support-v13:23.0.1'
compile 'com.android.support:leanback-v17:23.0.1'
compile 'com.android.support:recyclerview-v7:23.0.1'
compile 'com.android.support:palette-v7:23.0.1'
compile 'commons-io:commons-io:2.4'
compile 'joda-time:joda-time:2.8.2'
compile 'io.reactivex:rxandroid:1.0.1'
compile 'com.trello:rxlifecycle:0.2.0'
compile 'com.trello:rxlifecycle-components:0.2.0'
compile 'com.trello:rxlifecycle:0.3.0'
compile 'com.trello:rxlifecycle-components:0.3.0'
compile 'com.squareup.retrofit:retrofit:1.9.0'
compile 'com.path:android-priority-jobqueue:1.1.2'
compile 'com.squareup.okhttp:okhttp:2.4.0'
compile 'com.squareup.okhttp:okhttp:2.5.0'
compile 'de.greenrobot:eventbus:2.4.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile project(':libraries:aFileChooser')
Expand Down
2 changes: 1 addition & 1 deletion libraries/CastCompanionLibrary-android
4 changes: 2 additions & 2 deletions libraries/aFileChooser/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.0"
buildToolsVersion "23.0.1"

defaultConfig {
minSdkVersion 7
Expand All @@ -13,5 +13,5 @@ android {
}

dependencies {
compile 'com.android.support:support-v4:23.0.0'
compile 'com.android.support:support-v4:23.0.1'
}

0 comments on commit 48e3c7b

Please sign in to comment.