Skip to content

Commit

Permalink
* update to latest android support library v23.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Mar 11, 2016
1 parent 163917a commit e2513cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-beta6'
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.novoda:bintray-release:0.3.4'
}
}
Expand All @@ -20,7 +20,7 @@ allprojects {
ext {
compileSdkVersion = 23
buildToolsVersion = "23.0.2"
supportLibVersion = "23.2.0"
supportLibVersion = "23.2.1"
}

task wrapper(type: Wrapper) {
Expand Down

0 comments on commit e2513cd

Please sign in to comment.