Skip to content
This repository has been archived by the owner on Oct 10, 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 Dec 13, 2016
1 parent e21bfe9 commit 9e58884
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Application/build.gradle
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.android.tools.build:gradle:2.2.3'
}
}

Expand All @@ -16,10 +16,10 @@ repositories {
}

dependencies {
compile "com.android.support:support-v4:24.1.1"
compile "com.android.support:support-v13:24.1.1"
compile "com.android.support:cardview-v7:24.1.1"
compile "com.android.support:appcompat-v7:24.1.1"
compile "com.android.support:support-v4:25.0.1"
compile "com.android.support:support-v13:25.0.1"
compile "com.android.support:cardview-v7:25.0.1"
compile "com.android.support:appcompat-v7:25.0.1"
}

// The sample build uses multiple directories to
Expand All @@ -31,12 +31,12 @@ List<String> dirs = [
'template'] // boilerplate code that is generated by the sample template process

android {
compileSdkVersion 24
buildToolsVersion "24.0.1"
compileSdkVersion 25
buildToolsVersion "25.0.2"

defaultConfig {
minSdkVersion 23
targetSdkVersion 24
targetSdkVersion 25
}

compileOptions {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -30,8 +30,8 @@ to confirm device credentials to the user.
Pre-requisites
--------------

- Android SDK 24
- Android Build Tools v24.0.1
- Android SDK 25
- Android Build Tools v25.0.2
- Android Support Repository

Screenshots
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-2.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 comments on commit 9e58884

Please sign in to comment.