Skip to content
This repository has been archived by the owner on Aug 28, 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 Aug 12, 2017
1 parent c972d3e commit a6a8899
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ 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 {
Expand All @@ -31,7 +34,9 @@ List<String> dirs = [
'template'] // boilerplate code that is generated by the sample template process

android {
compileSdkVersion 25

compileSdkVersion 25

buildToolsVersion "25.0.3"

defaultConfig {
Expand Down

0 comments on commit a6a8899

Please sign in to comment.