Skip to content

Commit

Permalink
Gradle plugin 3.2.0-alpha05; Support library 27.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Mar 6, 2018
1 parent 9ac616f commit 3364200
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 @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.2.0-alpha04'
classpath 'com.android.tools.build:gradle:3.2.0-alpha05'

classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
Expand Down Expand Up @@ -57,5 +57,5 @@ ext {
compileSdk = 27
targetSdk = 27

androidSupport = '27.0.2'
androidSupport = '27.1.0'
}

0 comments on commit 3364200

Please sign in to comment.