Skip to content

Commit

Permalink
Bump up the dependencies
Browse files Browse the repository at this point in the history
Change-Id: Iacdc420fca07b550b88a96132aeb51229526f59c
  • Loading branch information
yaraki committed Dec 13, 2016
1 parent f0eef9a commit d2ceaa7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.1'
classpath 'com.android.tools.build:gradle:2.2.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -23,9 +23,9 @@ task clean(type: Delete) {
}

ext {
buildToolsVersion = '24.0.2'
compileSdkVersion = 24
buildToolsVersion = '25.0.1'
compileSdkVersion = 25
minSdkVersion = 9
targetSdkVersion = 24
supportLibraryVersion = '24.2.1'
targetSdkVersion = 25
supportLibraryVersion = '25.0.1'
}

0 comments on commit d2ceaa7

Please sign in to comment.