Skip to content
This repository has been archived by the owner on Oct 5, 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 Oct 11, 2017
1 parent 25bb058 commit fd5ac26
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
21 changes: 13 additions & 8 deletions Application/build.gradle
Expand Up @@ -5,21 +5,24 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:2.3.3'
}
}

apply plugin: 'com.android.application'

repositories {
jcenter()
maven {
url 'https://maven.google.com'
}
}

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

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

android {
compileSdkVersion 25
buildToolsVersion "25.0.3"

compileSdkVersion 26

buildToolsVersion "26.0.1"

defaultConfig {
minSdkVersion 19
targetSdkVersion 25
targetSdkVersion 26
}

compileOptions {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,8 +13,8 @@ reader is interested, and establish communication with the card
Pre-requisites
--------------

- Android SDK 25
- Android Build Tools v25.0.3
- Android SDK 26
- Android Build Tools v26.0.1
- Android Support Repository

Getting Started
Expand Down

0 comments on commit fd5ac26

Please sign in to comment.