Skip to content

Commit

Permalink
bumping support versions to 24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejchm committed Aug 10, 2016
1 parent 054125c commit 8383511
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:24.0.0'
compile 'com.android.support:appcompat-v7:24.1.0'
compile 'com.google.code.findbugs:annotations:2.0.3'
}
8 changes: 4 additions & 4 deletions sample-dagger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:24.0.0'
compile 'com.android.support:design:24.0.0'
compile 'com.android.support:appcompat-v7:24.1.0'
compile 'com.android.support:design:24.1.0'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.google.dagger:dagger:2.2'
compile 'com.squareup.retrofit2:retrofit:2.0.2'
Expand All @@ -73,8 +73,8 @@ dependencies {

//Test dependencies

testCompile 'com.android.support:appcompat-v7:24.0.0'
testCompile 'com.android.support:design:24.0.0'
testCompile 'com.android.support:appcompat-v7:24.1.0'
testCompile 'com.android.support:design:24.1.0'
testCompile 'junit:junit:4.12'
testCompile "org.robolectric:robolectric:3.0"
testCompile 'com.android.support.test.espresso:espresso-core:2.2.2'
Expand Down
8 changes: 4 additions & 4 deletions sample-parcelable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:24.0.0'
compile 'com.android.support:design:24.0.0'
compile 'com.android.support:appcompat-v7:24.1.0'
compile 'com.android.support:design:24.1.0'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.google.dagger:dagger:2.2'
compile 'com.squareup.retrofit2:retrofit:2.0.2'
Expand All @@ -73,8 +73,8 @@ dependencies {

//Test dependencies

testCompile 'com.android.support:appcompat-v7:24.0.0'
testCompile 'com.android.support:design:24.0.0'
testCompile 'com.android.support:appcompat-v7:24.1.0'
testCompile 'com.android.support:design:24.1.0'
testCompile 'junit:junit:4.12'
testCompile "org.robolectric:robolectric:3.0"
testCompile 'com.android.support.test.espresso:espresso-core:2.2.2'
Expand Down
8 changes: 4 additions & 4 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:24.0.0'
compile 'com.android.support:design:24.0.0'
compile 'com.android.support:appcompat-v7:24.1.0'
compile 'com.android.support:design:24.1.0'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.squareup.retrofit2:retrofit:2.0.2'
compile 'com.squareup.retrofit2:converter-gson:2.0.2'
Expand All @@ -70,8 +70,8 @@ dependencies {

//Test dependencies

testCompile 'com.android.support:appcompat-v7:24.0.0'
testCompile 'com.android.support:design:24.0.0'
testCompile 'com.android.support:appcompat-v7:24.1.0'
testCompile 'com.android.support:design:24.1.0'
testCompile 'junit:junit:4.12'
testCompile "org.robolectric:robolectric:3.0"
testCompile 'com.android.support.test.espresso:espresso-core:2.2.2'
Expand Down

0 comments on commit 8383511

Please sign in to comment.