Skip to content

Commit

Permalink
Auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
google-automerger committed Nov 18, 2015
1 parent 8458e10 commit dcb065a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
23 changes: 4 additions & 19 deletions Application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ repositories {
}

dependencies {
compile "com.android.support:support-v4:23.0.0"
compile "com.android.support:support-v13:23.0.0"
compile "com.android.support:cardview-v7:23.0.0"
compile "com.android.support:support-v4:23.1.0"
compile "com.android.support:support-v13:23.1.0"
compile "com.android.support:cardview-v7:23.1.0"
}

// The sample build uses multiple directories to
Expand All @@ -31,7 +31,7 @@ List<String> dirs = [

android {
compileSdkVersion 21
buildToolsVersion "23.0.1"
buildToolsVersion "23.0.2"

defaultConfig {
minSdkVersion 21
Expand All @@ -56,18 +56,3 @@ android {
}

}















2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pre-requisites
--------------

- Android SDK v21
- Android Build Tools v23.0.1
- Android Build Tools v23.0.2
- Android Support Repository

Getting Started
Expand Down

0 comments on commit dcb065a

Please sign in to comment.