Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
google-automerger committed May 21, 2015
1 parent b85d8ac commit d4689ee
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions .google/packaging.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# GOOGLE SAMPLE PACKAGING DATA
#
# This file is used by Google as part of our samples packaging process.
Expand Down
10 changes: 8 additions & 2 deletions Application/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

buildscript {
repositories {
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'com.android.tools.build:gradle:1.1.0'
}
}

Expand All @@ -15,7 +16,7 @@ repositories {
}

dependencies {
compile "com.android.support:cardview-v7:21.0.2"
compile 'com.android.support:cardview-v7:21.0.2'
}

// The sample build uses multiple directories to
Expand All @@ -35,6 +36,11 @@ android {
targetSdkVersion 21
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}

sourceSets {
main {
dirs.each { dir ->
Expand Down
1 change: 1 addition & 0 deletions Application/src/main/res/values-v21/base-colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->

<resources>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->

<resources>

<!-- Activity themes -->
Expand Down
1 change: 1 addition & 0 deletions Application/src/main/res/values/base-strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->

<resources>
<string name="app_name">CardView Sample</string>
<string name="intro_message">
Expand Down
1 change: 1 addition & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

This sample uses the following software:

Copyright 2015 The Android Open Source Project
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Android CardView Sample Sample
===================================

Expand Down

0 comments on commit d4689ee

Please sign in to comment.