Skip to content

Commit

Permalink
* update build tools
Browse files Browse the repository at this point in the history
* update support libs to 24.2.1
* update gradle build tools
  • Loading branch information
mikepenz committed Oct 4, 2016
1 parent a4abf30 commit 50f91b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
buildscript {
ext {
setup = [compileSdk: 24,
buildTools: "24.0.1",
buildTools: "24.0.2",
minSdk : 14,
targetSdk : 24]

versions = [supportLib: "24.2.0"]
versions = [supportLib: "24.2.1"]
}

repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.novoda:bintray-release:0.3.4'
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maven stuff
VERSION_NAME=5.6.0
VERSION_CODE=560
VERSION_NAME=5.7.0-SNAPSHOT
VERSION_CODE=570
GROUP=com.mikepenz
POM_DESCRIPTION=MaterialDrawer Library
POM_URL=https://github.com/mikepenz/MaterialDrawer
Expand Down

0 comments on commit 50f91b3

Please sign in to comment.