Skip to content

Commit

Permalink
bumped cardview-v7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsguy committed Jun 15, 2015
1 parent e4a4606 commit 260093b
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion RecyclerView/ActionModeList/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'com.android.application'

dependencies {
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.android.support:cardview-v7:21.0.3'
compile 'com.android.support:cardview-v7:22.2.0'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion RecyclerView/ActionModeList2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'com.android.application'

dependencies {
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.android.support:cardview-v7:21.0.3'
compile 'com.android.support:cardview-v7:22.2.0'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion RecyclerView/ActivatedList/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'com.android.application'

dependencies {
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.android.support:cardview-v7:21.0.3'
compile 'com.android.support:cardview-v7:22.2.0'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion RecyclerView/CardClickList/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'com.android.application'

dependencies {
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.android.support:cardview-v7:21.0.3'
compile 'com.android.support:cardview-v7:22.2.0'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion RecyclerView/CardRippleList/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'com.android.application'

dependencies {
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.android.support:cardview-v7:21.0.3'
compile 'com.android.support:cardview-v7:22.2.0'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion RecyclerView/CardRippleList2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'com.android.application'

dependencies {
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.android.support:cardview-v7:21.0.3'
compile 'com.android.support:cardview-v7:22.2.0'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion RecyclerView/CardRippleList3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'com.android.application'

dependencies {
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.android.support:cardview-v7:21.0.3'
compile 'com.android.support:cardview-v7:22.2.0'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion RecyclerView/CardViewList/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'com.android.application'

dependencies {
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.android.support:cardview-v7:21.0.3'
compile 'com.android.support:cardview-v7:22.2.0'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion RecyclerView/ChoiceList/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'com.android.application'

dependencies {
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.android.support:cardview-v7:21.0.3'
compile 'com.android.support:cardview-v7:22.2.0'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion RecyclerView/Grid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'com.android.application'

dependencies {
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.android.support:cardview-v7:21.0.3'
compile 'com.android.support:cardview-v7:22.2.0'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion RecyclerView/HeaderList/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'com.android.application'

dependencies {
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.android.support:cardview-v7:21.0.3'
compile 'com.android.support:cardview-v7:22.2.0'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion RecyclerView/SingleActivatedList/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'com.android.application'

dependencies {
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.android.support:cardview-v7:21.0.3'
compile 'com.android.support:cardview-v7:22.2.0'
}

android {
Expand Down
8 changes: 2 additions & 6 deletions Testing/AndroidJUnitRunner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ buildscript {
apply plugin: 'com.android.application'

repositories {
mavenCentral() // required for testing-support-lib dependencies
mavenCentral() // this or jcenter() required for testing-support-lib dependencies
}

dependencies {
androidTestCompile 'com.android.support.test:testing-support-lib:0.1'
androidTestCompile 'com.android.support.test:rules:0.3'
}

android {
Expand All @@ -25,9 +25,5 @@ android {
testApplicationId "com.commonsware.android.gradle.hello.test"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

packagingOptions {
exclude 'LICENSE.txt' // required for no good reason...
}
}

0 comments on commit 260093b

Please sign in to comment.