Skip to content

Commit

Permalink
Updated Support Libs to 25.1.0, Build Tools to 25.0.2 & Gradle
Browse files Browse the repository at this point in the history
plugin to 2.3.0-alpha2.
  • Loading branch information
nickbutcher committed Dec 14, 2016
1 parent 24cbc0b commit 8efa2fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def gitCommitCount = 100 +

android {
compileSdkVersion 25
buildToolsVersion '25.0.0'
buildToolsVersion '25.0.2'

defaultConfig {
applicationId "io.plaidapp"
Expand Down Expand Up @@ -70,7 +70,7 @@ repositories {
jcenter()
}

ext.supportLibVersion = '25.0.1'
ext.supportLibVersion = '25.1.0'

dependencies {
compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.3.0-alpha1'
classpath 'com.android.tools.build:gradle:2.3.0-alpha2'
}

}

0 comments on commit 8efa2fe

Please sign in to comment.