Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Change-Id: I28d9abe5097dae30790b65dce351cd369d96c6da
  • Loading branch information
yaraki committed Sep 6, 2016
1 parent 88c1eca commit f2da036
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.idea
.DS_Store
/build
/captures
6 changes: 3 additions & 3 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.1.2'
classpath 'com.android.tools.build:gradle:2.1.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.1'
buildToolsVersion = '24.0.2'
compileSdkVersion = 24
minSdkVersion = 14
targetSdkVersion = 24
supportLibraryVersion = '24.1.1'
supportLibraryVersion = '24.2.0'
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Dec 28 10:00:20 PST 2015
#Tue Sep 06 09:02:59 JST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 comments on commit f2da036

Please sign in to comment.