Skip to content

Commit

Permalink
upgrade gradle plugin and build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Jun 9, 2017
1 parent c9f9a44 commit 979206b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}

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

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 22
buildToolsVersion '22.0.1'
buildToolsVersion '25.0.0'

sourceSets {
main {
Expand Down

0 comments on commit 979206b

Please sign in to comment.